-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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",
"concurrently": "^3.5.1",
"conjugate": "^1.0.3",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"js-yaml": "^3.10.0",
"mocha": "^5.0.0",
"number2text": "^1.1.0",
"pluralize": "^7.0.0",
"puppeteer": "^1.0.0",
"query-string": "^5.0.1",
"request": "^2.83.0",
"seedrandom": "^2.4.2",
"spdy": "^3.4.7",
"tensify": "0.0.3",
"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",
"webpack-plugin-replace": "^1.1.1",
"wrapper-webpack-plugin": "^1.0.0"
}
}