generated from ts-stack/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 944 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
{
"name": "@ts-stack/open-spec",
"version": "see version in versions folder",
"description": "This is TypeScript models of OpenAPI Specification v3.1.0.",
"main": "dist/index",
"typings": "dist/index",
"repository": {
"type": "git",
"url": "https://github.com/ts-stack/open-api-spec.git"
},
"scripts": {
"build": "rimraf dist/* && tsc",
"test": "echo \"Error: no test specified\""
},
"keywords": [],
"author": "Костя Третяк",
"license": "MIT",
"devDependencies": {
"@types/eslint": "^7.2.6",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"peerDependencies": {
"typescript": ">4.1.0"
}
}