-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 942 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
{
"name": "hacker-news-analytics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./index.js",
"deploy": "pm2 deploy production",
"play": "MONGO_URI=mongodb://localhost:27017/hackernews node playground.js",
"test": "MONGO_URI=mongodb://localhost:27017/hackernews-test ava -s -v test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christian-fei/hacker-news-analytics.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/christian-fei/hacker-news-analytics/issues"
},
"homepage": "https://github.com/christian-fei/hacker-news-analytics#readme",
"dependencies": {
"compromise": "^12.3.0",
"compromise-numbers": "0.0.4",
"connect": "^3.7.0",
"mega-scraper": "^11.11.0",
"monk": "^7.1.1",
"pino": "^5.15.0"
},
"devDependencies": {
"ava": "^2.4.0"
}
}