-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.02 KB
/
package.json
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
40
{
"name": "SEC",
"version": "1.0.0",
"main": "index.js",
"author": "António lugogo",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nodemon ./index.js --exec babel-node -e js",
"serve": "babel-node ./index.js",
"test": "nodemon ./src/config/connection.js --exec babel-node -e js"
},
"devDependencies": {
"fs-extra": "^10.0.0"
},
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"ascii-color-log": "^0.1.3",
"axios": "^0.21.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"ip": "^1.1.5",
"knex": "^0.95.11",
"mariadb": "^2.5.5",
"mongo": "^0.1.0",
"mongodb": "^4.1.2",
"mongoose": "^6.0.8",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.13",
"sqlite3": "^5.0.2"
}
}