30 lines
706 B
JSON
30 lines
706 B
JSON
{
|
|
"name": "ssn",
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://git.jedipedia.net/swtor/ssn",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.jedipedia.net/swtor/ssn.git"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"postinstall": "npm start",
|
|
"start": "rm -rf dist && tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^10.12.0"
|
|
},
|
|
"dependencies": {
|
|
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",
|
|
"xml-js": "^1.6.8"
|
|
},
|
|
"files": [
|
|
"src/index.ts",
|
|
"src/*/*.ts",
|
|
"src/*/*/*.ts",
|
|
"src/*/*/*/*.ts",
|
|
"tsconfig.json"
|
|
]
|
|
}
|