-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "data-raiser",
"version": "1.0.0",
"description": "Data raiser「起し金 資料」service",
"author": "Alyx Baldwin <alyxrb@gmail.com>",
"license": "UNLICENSED",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alyxb/data-raiser.git"
},
"bugs": {
"url": "https://github.com/alyxb/data-raiser/issues"
},
"homepage": "https://github.com/alyxb/data-raiser#readme",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"nodemon": "^2.0.2"
},
"dependencies": {
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.21.2",
"puppeteer": "^2.1.0",
"request": "^2.88.0",
"validator": "^12.2.0"
}
}