ssn-tools/package.json

23 lines
624 B
JSON

{
"name": "ssn-tools",
"license": "AGPL-3.0-or-later",
"homepage": "https://git.jedipedia.net/swtor/ssn-tools",
"repository": {
"type": "git",
"url": "git@jedipedia.net:swtor/ssn-tools.git"
},
"main": "index.js",
"scripts": {
"preinstall": "rm -rf node_modules && rm -f package-lock.json",
"start": "rm -rf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git",
"yargs-parser": "^11.0.0"
},
"devDependencies": {
"@types/node": "^10.12.0",
"@types/yargs-parser": "^11.0.0"
}
}