-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "arvis-notifier",
"version": "0.1.0",
"description": "Update notifications for Arvis extension",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"dist/**",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jopemachine/arvis-notifier.git"
},
"keywords": [
"arvis",
"arvis-workflow",
"arvis-plugin",
"arvis-extension",
"arvish"
],
"author": "jopemachine",
"license": "MIT",
"bugs": {
"url": "https://github.com/jopemachine/arvis-notifier/issues"
},
"homepage": "https://github.com/jopemachine/arvis-notifier#README.md",
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.6.1",
"@types/semver": "^7.3.6",
"typescript": "^4.3.2"
},
"dependencies": {
"cache-conf": "^0.6.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"json5": "^2.2.0",
"latest-version": "^5.1.0",
"pkg-dir": "^5.0.0",
"semver": "^7.3.5"
}
}