-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 931 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
{
"name": "vsetup",
"version": "1.0.0",
"description": "V Setup",
"main": "index.js",
"dependencies": {
"@types/inquirer": "^7.3.1",
"@types/node": "^15.3.0",
"@types/shelljs": "^0.8.8",
"amd-loader": "0.0.8",
"chalk": "^4.1.1",
"inquirer": "^8.0.0",
"shelljs": "^0.8.4",
"simple-git": "^2.39.0",
"toml": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "ts-node index.ts",
"build": "tsc index.ts --outFile ./dist/index.js --module system",
"start": "npm run build & node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pranavbaburaj/calculator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pranavbaburaj/calculator/issues"
},
"homepage": "https://github.com/pranavbaburaj/calculator#readme"
}