-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.24 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "symlink-manager",
"version": "1.5.1",
"description": "Symlink Manager easily manage to symbolic link processes of your dependency packages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"symlink": "./bin/cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehmet-erim/symlink-cli.git"
},
"keywords": [
"Symbolic Link",
"Npm Link",
"Yarn Link",
"Link",
"Angular Link CLI",
"Angular link helper",
"Symlink Manager",
"Npm package link helper for Angular"
],
"files": [
"bin/",
"src/"
],
"author": {
"name": "Mehmet Erim",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mehmet-erim/symlink-cli/issues"
},
"homepage": "https://github.com/mehmet-erim/symlink-cli#readme",
"dependencies": {
"arg": "^4.1.0",
"chokidar": "^3.0.2",
"color-support": "^1.1.3",
"esm": "^3.2.25",
"execa": "^4.0.0",
"figlet": "^1.2.3",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
"inquirer-file-tree-selection-prompt": "^1.0.2",
"kleur": "^3.0.3",
"lodash": "^4.17.11",
"ora": "^3.4.0",
"rxjs": "^6.5.2"
}
}