-
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) · 819 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 819 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
37
38
39
{
"name": "frameworknova",
"version": "1.0.0",
"private": true,
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"bin": {
"nova": "./core/cli/CLI_nova.js"
},
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"boxen": "^7.1.1",
"chai": "^4.3.7",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"cors": "^2.8.5",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-list-routes": "^1.1.5",
"inquirer": "^9.2.7",
"mongoose": "^7.3.3",
"path": "^0.12.7",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"simple-git": "^3.19.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"mocha": "^10.2.0",
"nodemon": "^3.0.1"
}
}