-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 837 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 837 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
{
"name": "pipes2-server-example",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.js",
"seed": "rm ./db.json && node ./tools/seed.js",
"build": "npm run seed"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"base64url": "^3.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fuse.js": "^6.4.6",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"luxon": "^3.0.1",
"md5": "^2.3.0",
"openapi-types": "^12.0.0",
"ramda": "^0.28.0",
"swagger-jsdoc": "^6.0.1",
"swagger-ui-dist": "^3.40.0",
"swagger-ui-express": "^4.1.6",
"urijs": "^1.19.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}