-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
43 lines (43 loc) · 968 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
43
{
"name": "esvu",
"version": "1.2.16",
"description": "",
"main": "src/index.js",
"dependencies": {
"chalk": "^3.0.0",
"cli-progress": "^3.8.2",
"execa": "^4.1.0",
"extract-zip": "^2.0.1",
"glob": "^7.1.6",
"inquirer": "^7.3.3",
"macos-release": "^3.2.0",
"node-fetch": "^2.6.1",
"ora": "^4.1.1",
"rimraf": "^3.0.2",
"tar": "^5.0.5",
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
},
"bin": {
"esvu": "./src/bin.js"
},
"scripts": {
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsnek/esvu.git"
},
"author": "snek",
"license": "MIT",
"bugs": {
"url": "https://github.com/devsnek/esvu/issues"
},
"homepage": "https://github.com/devsnek/esvu#readme"
}