ssn-tools/package.json
2018-11-02 01:14:51 +01:00

21 lines
647 B
JSON

{
"name": "ssn-tools",
"license": "AGPL-3.0-or-later",
"homepage": "https://git.jedipedia.net/swtor/ssn-tools",
"repository": {
"type": "git",
"url": "https://git.jedipedia.net/swtor/ssn-tools.git"
},
"scripts": {
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "rm -rf node_modules package-lock.json && npm install"
},
"dependencies": {
"argument-parser": "git+https://git.jedipedia.net/swtor/argument-parser.git",
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
},
"devDependencies": {
"@types/node": "^10.12.2"
}
}