38 lines
821 B
JSON
38 lines
821 B
JSON
{
|
|
"name": "jack-red",
|
|
"version": "0.1.0",
|
|
"description": "Bot",
|
|
"main": "out/index.js",
|
|
"scripts": {
|
|
"test": "tsc && node out",
|
|
"build-ts": "tsc",
|
|
"start": "node out",
|
|
"dev": "tsc && node --inspect-brk out",
|
|
"postinstall": "npm run build-ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chrisvrose/jack-red.git"
|
|
},
|
|
"keywords": [
|
|
"bot",
|
|
"ts"
|
|
],
|
|
"author": "Atreya Bain",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/chrisvrose/jack-red/issues"
|
|
},
|
|
"homepage": "https://github.com/chrisvrose/jack-red#readme",
|
|
"devDependencies": {
|
|
"@types/got": "^9.6.11",
|
|
"@types/node": "^14.0.13",
|
|
"@types/yargs": "^15.0.5",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"dependencies": {
|
|
"got": "^11.3.0",
|
|
"twss": "^0.1.6"
|
|
}
|
|
}
|