-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 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
{
"name": "next-aelf-upgrade",
"version": "1.0.2",
"description": "automatically upgrade next-aelf",
"main": "src/index.ts",
"bin": {
"next-aelf-upgrade": "lib/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --watch",
"build": "babel src --out-dir lib --extensions \".ts,.js,.json\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/clear": "^0.1.2",
"@types/prompts": "^2.4.1",
"@types/temp": "^0.9.1",
"@types/valid-url": "^1.0.3",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"commander": "2.15.1",
"ora": "5.1.0",
"temp": "^0.9.4",
"valid-url": "^1.0.9",
"prompts": "^2.4.2"
}
}