-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.18 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
41
42
43
44
45
46
47
{
"name": "changelogopenapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node dist/index.js",
"postinstall": "tsc",
"build": "tsc",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andretrindade/changeLogOpenAPI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andretrindade/changeLogOpenAPI/issues"
},
"homepage": "https://github.com/andretrindade/changeLogOpenAPI#readme",
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.3",
"@types/node": "^18.6.3",
"@types/supertest": "^2.0.12",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"jest": "^28.1.3",
"supertest": "^6.2.4",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},
"dependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@types/js-yaml": "^4.0.5",
"axios": "^0.27.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"linq-to-typescript": "^10.0.0",
"memory-fs": "^0.5.0"
}
}