-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
48
49
50
51
{
"name": "@map-colonies/schemas",
"version": "1.19.0",
"description": "Package for all of MapColonies config schemas",
"main": "./build/schemas/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MapColonies/schemas.git"
},
"bugs": {
"url": "https://github.com/MapColonies/schemas/issues"
},
"homepage": "https://github.com/MapColonies/schemas#readme",
"scripts": {
"validate": "tsx scripts/validate/validate.mts",
"build": "tsx scripts/build.mts",
"prepack": "npm run build",
"check-files-changed": "tsx scripts/checkFilesChanged.mts",
"prepare": "husky"
},
"files": [
"build/**/*"
],
"keywords": [],
"author": "CptSchnitz",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.1",
"@apideck/better-ajv-errors": "^0.3.6",
"@apidevtools/json-schema-ref-parser": "^11.5.4",
"@commitlint/cli": "^19.2.1",
"@map-colonies/commitlint-config": "^1.1.0",
"@map-colonies/infra-copilot-instructions": "^1.0.0",
"@map-colonies/prettier-config": "^0.0.1",
"@sinclair/typebox": "^0.34.15",
"@types/json-pointer": "^1.0.34",
"@types/node": "^24.10.9",
"ajv": "^8.12.0",
"ajv-formats": "^3.0.1",
"camelcase": "^8.0.0",
"fast-json-patch": "^3.1.1",
"husky": "^9.0.11",
"json-pointer": "^0.6.2",
"json-schema-to-ts": "^3.1.1",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"tsx": "^4.19.2",
"typescript": "5.4.3",
"zx": "^8.2.1"
}
}