forked from pavelkornev/spectral-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 698 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 698 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
{
"name": "spectral-example",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "ts-node ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavelkornev/spectral-example.git"
},
"dependencies": {
"@stoplight/json-ref-resolver": "^3.1.6",
"@stoplight/spectral-cli": "^6.11.0",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-formatters": "^1.3.0",
"@stoplight/spectral-functions": "^1.7.2",
"@stoplight/spectral-parsers": "^1.0.3",
"@stoplight/spectral-rulesets": "^1.18.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}