-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 933 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 933 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
35
{
"name": "@dvsa/cvs-type-definitions",
"version": "12.7.0",
"description": "Type definitions for CVS VTA and VTM applications",
"main": "index.js",
"repository": {
"url": "git://github.com/dvsa/cvs-type-definitions.git"
},
"scripts": {
"build": "tsc",
"test": "npm run generate && jest",
"generate": "ts-node scripts/generateSchemas.ts"
},
"author": "dvsa",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/node": "^22.19.3",
"jest": "^29.5.0",
"json-schema-to-typescript": "^11.0.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^12.0.2",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"json-schema-deref-sync": "^0.14.0",
"pretty-js": "^0.2.2",
"util": "^0.12.5"
}
}