👷♂️ Fix package.json
This commit is contained in:
parent
144f666ef1
commit
bf306b2480
1 changed files with 7 additions and 2 deletions
|
@ -4,15 +4,20 @@
|
||||||
"homepage": "https://git.jedipedia.net/swtor/argument-parser",
|
"homepage": "https://git.jedipedia.net/swtor/argument-parser",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@jedipedia.net:swtor/argument-parser.git"
|
"url": "https://git.jedipedia.net/swtor/argument-parser.git"
|
||||||
},
|
},
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "rm -rf node_modules package-lock.json",
|
"postinstall": "npm start",
|
||||||
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
|
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"update": "rm -rf node_modules package-lock.json && npm install"
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"src/*.ts",
|
||||||
|
"tsconfig.json"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^10.12.0"
|
"@types/node": "^10.12.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue