22 lines
706 B
JSON
22 lines
706 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": {
|
|
"preinstall": "rm -rf node_modules package-lock.json",
|
|
"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.0"
|
|
}
|
|
}
|