1
0
Fork 0
mirror of https://github.com/Oreolek/pancakes-or-waffles.git synced 2024-05-17 16:28:26 +03:00
pancakes-or-waffles/package.json
2018-01-28 01:17:19 +00:00

59 lines
1.8 KiB
JSON

{
"name": "pancakes-or-waffles",
"description": "Look it's a long story",
"version": "1.0.0",
"author": "Laura mayhem",
"bugs": "https://github.com/walaura/pancakes-or-waffles/issues",
"dependencies": {
"chalk": "^2.3.0",
"change-case": "^3.0.1",
"clean-webpack-plugin": "^0.1.15",
"concurrently": "^3.5.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"js-yaml": "^3.10.0",
"mocha": "^5.0.0",
"number-to-text": "^0.3.2",
"number2text": "^1.1.0",
"pluralize": "^7.0.0",
"puppeteer": "^1.0.0",
"query-string": "^5.0.1",
"request": "^2.83.0",
"rollup": "^0.55.1",
"seedrandom": "^2.4.2",
"spdy": "^3.4.7",
"twit": "^2.2.5"
},
"engines": {
"node": "^8.4.0"
},
"homepage": "https://twitter.com/pancakesorwaffl",
"keywords": [
"bot",
"generative",
"random",
"twitter"
],
"license": "GPL-3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/walaura/tough-choices-bot.git"
},
"scripts": {
"sign": "openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt -subj \"/C=US/ST=AZ/L=Bitter Springs/O=Pancakes/CN=www.example.com\"",
"esfix": "eslint --ignore-path .gitignore --fix .",
"install": "node ./bin/webpack-node-modules.js && npm run sign",
"localpost": "node ./bin/screenshot.js && node ./bin/upload.js",
"shitpost": "node ./bin/screenshot.js && node ./bin/upload-twitter.js",
"watch": "open https://localhost:9191 && node ./bin/start-server.js",
"test": "concurrently \"node ./bin/run-tests.js\" \"npm run localpost\""
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.16.0",
"webpack": "^3.1.0",
"wrapper-webpack-plugin": "^1.0.0"
}
}