forked from cool-robot-pals/red-hot-chili-fanta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 969 Bytes
/
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
{
"name": "red-hot-chilli-fanta",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"chalk": "^2.4.1",
"dotenv": "^7.0.0",
"download-git-repo": "^3.0.2",
"express": "^4.16.3",
"get-image-colors": "^2.0.0",
"jest": "^24.0.0",
"puppeteer": "^1.20.0",
"rimraf": "^3.0.0",
"twemoji": "^12.1.3",
"twitter": "^1.7.1",
"unicode-emoji-json": "0.0.4"
},
"devDependencies": {},
"scripts": {
"install": "node ./bin/setup.js",
"test": "jest",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walaura/red-hot-chilli-fanta.git"
},
"author": "lau mayhem",
"license": "ISC",
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"./emoji/"
]
},
"bugs": {
"url": "https://github.com/walaura/red-hot-chilli-fanta/issues"
},
"homepage": "https://github.com/walaura/red-hot-chilli-fanta#readme"
}