forked from Faithful-Resource-Pack/Web-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 909 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 909 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": "app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js --watch .env --watch app.js --watch backend/",
"start": "pm2 start \"node app.js\" --name \"APP\"",
"watch": "browser-refresh app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faithful-Resource-Pack/App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Faithful-Resource-Pack/App/issues"
},
"homepage": "https://github.com/Faithful-Resource-Pack/App#readme",
"dependencies": {
"axios": "^0.26.1",
"btoa": "^1.2.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"moment": "^2.29.2",
"node-domexception": "^1.0.0",
"node-fetch": "^3.2.3",
"node-localstorage": "^2.2.1",
"nodemon": "^2.0.15",
"twin-bcrypt": "^2.1.1",
"url": "^0.11.0"
}
}