-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 858 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 858 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
36
{
"name": "rane-proxy",
"version": "1.0.0",
"description": "",
"main": "./server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server:dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KichiUeda/Rane-proxy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KichiUeda/Rane-proxy/issues"
},
"homepage": "https://github.com/KichiUeda/Rane-proxy#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.23.3",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"nodeenv": "^3.0.1",
"pug": "^3.0.0",
"superagent": "^5.3.1"
},
"devDependencies": {
"less": "^3.11.3",
"less-watch-compiler": "^1.14.6",
"nodemon": "^2.0.4"
}
}