-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 844 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 844 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
{
"name": "devoteme-api",
"version": "1.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --max-old-space-size=512 app.js",
"dev": "nodemon --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node"
},
"keywords": [],
"author": "ModularSoft",
"homepage": "https://github.com/ModularSoftAU/DevoteMe",
"license": "ISC",
"engines": {
"npm": ">=8.5.0",
"node": "16.17.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"fastify": "^4.15.0",
"moment": "^2.29.4",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22",
"xml2js": "^0.5.0"
}
}