Files
jack-red/package.json

36 lines
758 B
JSON
Raw Normal View History

2019-05-05 12:42:46 +05:30
{
"name": "jack-red",
2020-06-14 16:17:16 +05:30
"version": "0.1.0",
"description": "Bot",
"main": "out/index.js",
2019-05-05 12:42:46 +05:30
"scripts": {
2020-06-14 18:55:55 +05:30
"test": "tsc && node out",
"start":"node out",
"dev": "tsc && node --inspect-brk out",
2020-06-14 18:53:57 +05:30
"postinstall": "tsc"
2019-05-05 12:42:46 +05:30
},
"repository": {
"type": "git",
2020-06-14 16:17:16 +05:30
"url": "git+https://github.com/chrisvrose/jack-red.git"
2019-05-05 12:42:46 +05:30
},
2020-06-14 16:17:16 +05:30
"keywords": [
"bot",
"ts"
],
"author": "Atreya Bain",
"license": "MIT",
2019-05-05 12:42:46 +05:30
"bugs": {
"url": "https://github.com/chrisvrose/jack-red/issues"
},
"homepage": "https://github.com/chrisvrose/jack-red#readme",
"devDependencies": {
2020-06-14 16:17:16 +05:30
"@types/got": "^9.6.11",
"@types/node": "^14.0.13",
"@types/yargs": "^15.0.5"
2019-07-11 16:17:17 +05:30
},
"dependencies": {
2020-06-14 16:17:16 +05:30
"got": "^11.3.0",
"yargs": "^15.3.1"
2019-05-05 12:42:46 +05:30
}
}