-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@link-loom/cli",
"version": "2.0.5",
"description": "CLI tool for Link Loom projects template",
"main": "app.js",
"preferGlobal": true,
"bin": {
"link-loom": "./app.js"
},
"scripts": {
"start": "node app.js"
},
"repository": "git+https://github.com/link-loom/loom-cli.git",
"keywords": [
"loom",
"reverse",
"bytes",
"cli"
],
"author": "Camilo Alexander Rodriguez Cuaran <camiepisode@outlook.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/link-loom/loom-cli/issues"
},
"homepage": "https://github.com/link-loom/loom-cli#readme",
"dependencies": {
"download-git-repo": "^3.0.2",
"git-clone": "^0.2.0",
"replace-in-file": "^7.1.0",
"rimraf": "^5.0.5",
"shelljs": "^0.8.5",
"yargs": "^17.7.2"
}
}