-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "track-fa-xnat-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint -c .eslintrc.yml --ext .js index.js lib/*.js utils/*.js"
},
"keywords": [],
"author": "Manish Kumar",
"license": "ISC",
"dependencies": {
"@octokit/auth-basic": "^1.4.8",
"@octokit/rest": "^18.1.0",
"adm-zip": "^0.5.5",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.3",
"figlet": "^1.5.0",
"form-data": "^3.0.0",
"inquirer": "^8.1.0",
"lodash": "^4.17.20",
"minimist": "^1.2.6",
"mz": "^2.7.0",
"node-fetch": "^2.6.1",
"simple-git": "^3.5.0",
"touch": "^3.1.0",
"yargs": "^16.2.0"
},
"pkg": {
"assets": [
"node_modules/figlet/fonts/Big.flf"
],
"targets": [
"latest-win-x64",
"latest-macos-x64",
"latest-linux-x64"
]
}
}