forked from bradrydzewski/spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 807 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "harness-spec",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"golang": "node scripts/generate.js",
"golang2": "node scripts/generate2.js",
"schema": "ts-json-schema-generator --additional-properties true --validation-keywords 'x-go-file' --path 'schema/Schema.ts' --type 'Schema' --out dist/schema.json",
"schema2": "ts-json-schema-generator --additional-properties true --validation-keywords 'x-go-file' --path 'schema/Schema.ts' --type 'Schema' --out dist/schema.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"case": "^1.6.3",
"deep-equal": "^2.0.5",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"ts-json-schema-generator": "^1.5.0",
"typescript-json-schema": "^0.62.0"
}
}