-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 979 Bytes
/
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
{
"name": "nosync-icloud",
"version": "1.2.5",
"description": "避免 iCloud 同步 node_modules(Avoid node_modules to sync with iCloud)",
"bin": {
"ns": "./bin/nosync.js",
"nosync": "./bin/nosync.js"
},
"files": [
"bin",
"locales"
],
"repository": {
"type": "git",
"url": "git+https://github.com/HaoChuan9421/nosync-icloud.git"
},
"keywords": [
"nosync",
"iCloud",
"node_modules",
"同步"
],
"author": "郑昊川 <hc199421@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HaoChuan9421/nosync-icloud/issues"
},
"homepage": "https://github.com/HaoChuan9421/nosync-icloud#readme",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^7.2.0",
"inquirer": "^8.0.0",
"ora": "^5.4.0",
"os-locale": "^5.0.0",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.2.1"
}
}