{ "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": { "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" } }