-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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": "mynotes-noxunote-api",
"version": "0.2.5",
"description": "No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)",
"main": "index.js",
"scripts": {
"build": "npx -p typescript tsc",
"start": "npm run build && node dist/index.js prod",
"dev": "npx nodemon",
"test": "npm run build && node dist/index.js test",
"testui": "npx cypress open"
},
"keywords": [
"swagger"
],
"license": "GPL-3.0",
"dependencies": {
"@types/bluebird": "^3.5.33",
"@types/express": "4.17.9",
"@types/node": "14.14.19",
"@types/validator": "^13.1.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"express": "^4.17.1",
"js-yaml": "^3.14.0",
"oas-tools": "^2.1.8",
"pg": "^8.5.1",
"reflect-metadata": "0.1.13",
"sequelize": "^5.22.3",
"sequelize-typescript": "^1.1.0",
"strong-error-handler": "^2.3.0",
"typescript": "^3.5.3"
},
"devDependencies": {
"cypress": "^4.12.1",
"ts-node": "^3.3.0",
"tslint": "^5.18.0"
}
}