29 lines
829 B
JSON
29 lines
829 B
JSON
{
|
|
"name": "keinbotv3",
|
|
"version": "0.0.1",
|
|
"description": "Bot, kennste?",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/babel src --presets=env --plugins=add-module-exports --out-dir dist",
|
|
"debug": "npm run rmlog && npm run build && node --inspect=9229 dist/bot.js",
|
|
"start": "npm run build && node dist/bot.js",
|
|
"rmlog": "rm logs/*.log"
|
|
},
|
|
"author": "Flummi & jkhsjdhjs",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"node-telegram-bot-api": "^0.29.0",
|
|
"nodejs-mysql": "github:flummi/nodejs-mysql",
|
|
"request": "^2.83.0",
|
|
"winston": "^2.4.0",
|
|
"xml2js": "^0.4.19",
|
|
"youtube-dl": "^1.12.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-env": "^1.6.1"
|
|
}
|
|
}
|