Uwev2/package.json
2017-11-26 13:51:08 +01:00

32 lines
931 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 || true"
},
"author": "Flummi & jkhsjdhjs",
"license": "WTFPL",
"dependencies": {
"jsdom": "^11.4.0",
"node-telegram-bot-api": "^0.29.0",
"nodejs-mysql": "github:flummi/nodejs-mysql",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"stringify-object": "^3.2.1",
"winston": "^2.4.0",
"youtube-dl": "^1.12.2",
"ytdl-core": "^0.18.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"
}
}