ssn-tools/package.json

18 lines
429 B
JSON
Raw Normal View History

2018-10-18 19:50:24 +02:00
{
"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"
}
}