particle-os-schema/package.json
2024-05-12 12:14:36 +03:00

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"
}
}