particle-os-schema/package.json
2024-08-08 17:38:50 +03:00

16 lines
421 B
JSON

{
"name": "schema.blue-build.org",
"version": "0.1.0",
"type": "module",
"dependencies": {
"@typespec/compiler": "0.59.0",
"@typespec/json-schema": "0.59.0",
"change-case": "^5.4.4",
"yaml": "^2.4.2"
},
"private": true,
"scripts": {
"build": "node ./fetchModuleSchemas.js && rm -rf ./tsp-output && npx tsp compile ./src-tsp",
"build-web": "npm run build && node ./buildWeb.js"
}
}