{ "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": "node --inspect=9229 dist/bot.js", "start": "npm run build && node dist/bot.js", "inspect": "npm run build && node --inspect=9229 dist/bot.js" }, "author": "Flummi & jkhsjdhjs", "license": "WTFPL", "dependencies": { "node-telegram-bot-api": "^0.29.0", "nodejs-mysql": "^0.1.3", "safe-eval": "^0.3.0", "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" } }