-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 876 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
{
"name": "spectral-example",
"version": "1.0.0",
"description": "",
"engines": {
"node": ">=16",
"npm": ">=6"
},
"scripts": {
"start": "tsx ./src/index.ts",
"fetch-data": "tsx ./src/fetch_documents.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.15.0",
"@stoplight/spectral-core": "^1.21.0",
"@stoplight/spectral-formatters": "^1.5.0",
"@stoplight/spectral-functions": "^1.10.1",
"@stoplight/spectral-parsers": "^1.0.5",
"@stoplight/spectral-rulesets": "^1.22.0",
"axios": "^1.13.4",
"log-update": "^6.0.0"
},
"devDependencies": {
"@types/node": "^25.2.1",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}