-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 935 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
{
"name": "digital-planning-data-schemas",
"version": "0.7.1",
"description": "Digital Planning Data schemas",
"main": "schema/schema.json",
"scripts": {
"build": "pnpm build-schema && pnpm build-json-examples",
"build-json-examples": "pnpm ts-node scripts/build-json-examples.ts",
"build-schema": "./scripts/build-schema.sh",
"lint": "gts lint",
"check": "tsc --noEmit",
"fix": "gts fix",
"test": "pnpm build-schema && vitest",
"prepare": "husky install"
},
"keywords": [],
"author": "Open Systems Lab",
"license": "MPL2",
"devDependencies": {
"@types/geojson": "^7946.0.14",
"@types/node": "18.16.1",
"gts": "^6.0.2",
"husky": "^8.0.0",
"jsonschema": "^1.4.1",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
},
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"ts-json-schema-generator": "^2.3.0",
"ts-node": "^10.9.2"
}
}