-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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": "arbolbinario",
"version": "1.0.0",
"description": "Aplicación javascript",
"author": "Cesar Garzon <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"keywords": [
"nodejs",
"express"
],
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/joi": "^15.0.3",
"axios": "^0.21.1",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.2",
"ioredis": "^4.28.2",
"jsonwebtoken": "^8.5.1",
"mocha": "^9.1.3",
"nodemon": "^2.0.15",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"chai": "^4.3.4"
}
}