ssn-auto/package.json
2018-11-09 03:22:31 +01:00

22 lines
625 B
JSON

{
"name": "ssn-auto",
"license": "AGPL-3.0-or-later",
"homepage": "https://git.jedipedia.net/swtor/ssn-auto",
"repository": {
"type": "git",
"url": "https://git.jedipedia.net/swtor/ssn-auto.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"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.3",
"mysql": "^2.16.0",
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
}
}