UNPKG

calamarcopollo

Version:
79 lines (78 loc) 2.66 kB
{ "name": "calamarcopollo", "version": "0.10.9", "description": "Save the chicken foundation", "main": "src/index.js", "engines": { "node": ">=6" }, "bin": { "pollo": "src/index.js" }, "scripts": { "start": "dist/npm/src/index.js", "start:dev": "babel-node src/index.js", "lint": "eslint src tasks replies test || true", "test": "ava --require babel-register", "test:watch": "ava --verbose --watch --require babel-register", "test:watch:nockoff": "NOCK_OFF=true npm run test:watch", "doc": "docco -l linear test/helpers/releases/v0.3.0/statements.js", "publish:doc": "./tasks/insert-version.js && gh-pages -d docs", "cp:npm": "cp README.md .env-sample package.json LICENSE AUTHORS dist/npm/. && cp answers-sample.json dist/npm/answers.json && mkdir dist/npm/bin && cp tasks/get-places.sh tasks/local-slug-db.sh dist/npm/bin", "clean:npm": "rm -rf dist/npm", "prebuild:npm": "npm run clean:npm", "build:npm": "babel -d dist/npm/src -D src && babel -d dist/npm/replies -D replies && babel -d dist/npm/menu -D menu", "postbuild:npm": "npm run cp:npm", "prepublish:npm": "npm run build:npm", "publish:npm": "npm publish dist/npm", "ppp": "npm version patch && git push && git push --tags && npm run publish:npm && git push calamar master", "mpp": "npm version minor && git push && git push --tags && npm run publish:npm && git push calamar master" }, "babel": { "plugins": [ "transform-es2015-modules-commonjs", "transform-object-rest-spread", "transform-async-to-generator" ] }, "repository": { "type": "git", "url": "git+https://github.com/fczuardi/calamarcopollo.git" }, "keywords": [ "chatbot", "wit", "bus", "bus", "schedule", "telegram" ], "author": "Fabricio C Zuardi", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/fczuardi/calamarcopollo/issues" }, "homepage": "https://github.com/fczuardi/calamarcopollo#readme", "devDependencies": { "ava": "^0.16.0", "babel-cli": "^6.16.0", "babel-plugin-transform-async-to-generator": "^6.16.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", "babel-plugin-transform-object-rest-spread": "^6.16.0", "docco": "^0.7.0", "eslint": "^3.6.1", "eslint-config-calamar": "^2.1.1", "gh-pages": "^0.11.0", "shelljs": "^0.7.4" }, "dependencies": { "calamars": "^0.17.3", "fake-clickbus-api": "^0.1.31", "fuse.js": "^2.5.0", "google-url": "0.0.4", "latinize": "^0.3.0", "moment": "^2.15.1", "redux": "^3.6.0", "telegram-bot-api": "^1.2.0" } }