UNPKG

ghee-boilerplate

Version:
46 lines (45 loc) 1.16 kB
{ "name": "ghee-boilerplate", "version": "1.0.2", "description": "A boilerplate to build your Slack Bot using ghee", "main": "lib/bot.js", "scripts": { "prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib", "prestart": "node_modules/babel-cli/bin/babel.js src --out-dir lib", "start": "node lib/bot.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/elliottcarlson/ghee-boilerplate.git" }, "keywords": [ "slack", "bot" ], "author": "Elliott Carlson <npm@sublim.nl>", "license": "MIT", "bugs": { "url": "https://github.com/elliottcarlson/ghee-boilerplate/issues" }, "homepage": "https://github.com/elliottcarlson/ghee-boilerplate#readme", "dependencies": { "babel-cli": "^6.14.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-env": "^1.6.1", "dotenv": "^2.0.0", "ghee": "^1.0.2" }, "babel": { "presets": [ "env", "env" ], "plugins": [ "transform-decorators-legacy" ] }, "devDependencies": { "ghee": "^1.0.2" } }