-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 851 Bytes
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
{
"name": "jservice-node",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"scrape": "node scraper/jarchive.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sottenad/jservice-node.git"
},
"author": "Steve Ottenad",
"license": "ISC",
"bugs": {
"url": "https://github.com/sottenad/jservice-node/issues"
},
"homepage": "https://github.com/sottenad/jservice-node#readme",
"dependencies": {
"@hapi/hapi": "^18.4.0",
"mongoose": "^5.7.13",
"path": "^0.12.7"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"joi": "^14.3.1",
"axios": "^0.19.0",
"moment": "^2.24.0",
"puppeteer": "^2.0.0",
"dotenv": "^8.2.0"
}
}