-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
71 lines (71 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "sync-settings",
"main": "./lib/main",
"version": "5.2.16",
"description": "Synchronize package settings, keymap and installed packages",
"repository": {
"type": "git",
"url": "https://github.com/atom-community/sync-settings"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/atom-community/sync-settings/issues"
},
"commits": {
"url": "https://github.com/atom-community/sync-settings/commit"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"keywords": [
"settings",
"productivity",
"manager",
"sync",
"backup",
"restore"
],
"scripts": {
"test": "atom --test ./spec",
"lint": "eslint ."
},
"atomTestRunner": "atom-jasmine3-test-runner",
"consumedServices": {
"atom-ide-busy-signal": {
"versions": {
"0.1.0": "busySignalService"
}
},
"sync-settings-location": {
"versions": {
"1.0.0": "syncSettingslocationService"
}
}
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"atom-modal-views": "^1.0.28",
"deep-object-diff": "^1.1.7",
"diff": "^5.0.0",
"etch": "^0.14.1",
"fs-extra": "^10.1.0",
"glob": "^8.0.1",
"is-binary-path": "^2.1.0",
"key-path-helpers": "^0.4.0",
"minimatch": "^5.0.1",
"proxy-agent": "^5.0.0",
"semver": "^7.3.7",
"underscore-plus": "^1.7.0"
},
"devDependencies": {
"@semantic-release/apm-config": "^9.0.1",
"atom-jasmine3-test-runner": "^5.2.12",
"eslint": "^8.13.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"semantic-release": "^19.0.2"
}
}