forked from AbhijithGanesh/rap-god-api
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 773 Bytes
/
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
{
"name": "how-to-dok-api",
"version": "0.0.1",
"authors": [
"Abhijith Ganesh",
"Abhishek Choudhary"
],
"private": true,
"scripts": {
"dev": "nodemon ./build/index.js",
"transpile": "babel ./src -d build",
"test": "node -v"
},
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime-corejs2": "^7.17.2",
"cors": "^2.8.5",
"eslint": "^8.10.0",
"prettier": "^2.5.1",
"express": "^4.17.3",
"helmet": "^5.0.2",
"nodemon": "^2.0.15"
},
"devDependencies": {
"express-cassandra": "^2.7.0",
"jest": "^27.5.1"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}