2018-10-18 19:50:24 +02:00
|
|
|
{
|
|
|
|
"name": "ssn-tools",
|
2019-07-21 16:50:10 +02:00
|
|
|
"private": true,
|
2018-10-18 19:50:24 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"homepage": "https://git.jedipedia.net/swtor/ssn-tools",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-10-23 23:26:22 +02:00
|
|
|
"url": "https://git.jedipedia.net/swtor/ssn-tools.git"
|
2018-10-18 19:50:24 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-10-21 04:52:36 +02:00
|
|
|
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
|
2018-10-23 21:00:07 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
2018-10-18 19:50:24 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-10-23 23:26:22 +02:00
|
|
|
"argument-parser": "git+https://git.jedipedia.net/swtor/argument-parser.git",
|
2018-10-23 05:02:11 +02:00
|
|
|
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
|
2018-10-19 01:10:21 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-16 02:05:37 +01:00
|
|
|
"@types/node": "^10.12.9"
|
2018-10-18 19:50:24 +02:00
|
|
|
}
|
|
|
|
}
|