2018-11-15 19:09:51 +01:00
|
|
|
{
|
|
|
|
"name": "ssn-database",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"homepage": "https://git.jedipedia.net/swtor/ssn-database",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.jedipedia.net/swtor/ssn-database.git"
|
|
|
|
},
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2018-11-15 19:12:17 +01:00
|
|
|
"postinstall": "npm start",
|
2018-11-15 19:09:51 +01:00
|
|
|
"start": "rm -rf dist && tsc",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@types/mysql": "^2.15.5",
|
|
|
|
"@types/node": "^10.12.8",
|
|
|
|
"mysql": "^2.16.0",
|
|
|
|
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
|
2018-11-15 19:12:17 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/*.ts",
|
|
|
|
"src/*/*.ts",
|
|
|
|
"tsconfig.json"
|
|
|
|
]
|
2018-11-15 19:09:51 +01:00
|
|
|
}
|