2018-06-21 11:31:14 +02:00
|
|
|
{
|
2018-10-08 00:15:10 +02:00
|
|
|
"name": "ssn",
|
2018-10-07 20:41:17 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2018-10-08 00:15:10 +02:00
|
|
|
"homepage": "https://git.jedipedia.net/swtor/ssn",
|
2018-10-07 20:41:17 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-10-08 00:15:10 +02:00
|
|
|
"url": "https://git.jedipedia.net/swtor/ssn.git"
|
2018-10-07 20:41:17 +02:00
|
|
|
},
|
2018-06-21 11:59:05 +02:00
|
|
|
"main": "dist/index.js",
|
2018-10-19 00:00:25 +02:00
|
|
|
"types": "dist/index.d.ts",
|
2018-06-21 11:31:14 +02:00
|
|
|
"scripts": {
|
2018-10-21 03:32:48 +02:00
|
|
|
"postinstall": "npm start",
|
2018-10-08 21:14:15 +02:00
|
|
|
"start": "rm -rf dist && tsc",
|
2018-10-23 20:59:02 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
2018-06-21 14:17:21 +02:00
|
|
|
},
|
2018-06-23 20:20:03 +02:00
|
|
|
"dependencies": {
|
2018-10-08 21:14:15 +02:00
|
|
|
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",
|
2018-10-07 17:22:45 +02:00
|
|
|
"xml-js": "^1.6.8"
|
2018-10-19 00:00:25 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/index.ts",
|
|
|
|
"src/*/*.ts",
|
|
|
|
"src/*/*/*.ts",
|
|
|
|
"src/*/*/*/*.ts",
|
|
|
|
"tsconfig.json"
|
2018-10-23 05:16:05 +02:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^10.12.0"
|
|
|
|
}
|
2018-06-21 11:31:14 +02:00
|
|
|
}
|