14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"name": "schema.blue-build.org",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@typespec/compiler": "latest",
|
|
"@typespec/json-schema": "^0.56.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rm -rf ./tsp-output && npx tsp compile .",
|
|
"build-web": "npm run build && cp -r ./tsp-output/@typespec/json-schema ./dist && cp ./_headers ./dist"
|
|
}
|
|
}
|