OpenMetadata/package.json
Sriharsha Chintalapani 155cf354e3
Fix OpenMetadata schema to TypeScript generation (#12335)
* initial fix to add relative path to json schemas

* initial fix to add relative path to json schemas

* fix schema generation

* fix github workflow

* add license

* add jq to developer prerequisites

* add jq to developer prerequisites
2023-07-09 21:12:46 -07:00

20 lines
375 B
JSON

{
"name": "open-metadata",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=10.0.0",
"yarn": "^1.22.0"
},
"repository": {
"type": "git",
"url": "https://github.com/open-metadata/OpenMetadata.git"
},
"devDependencies": {
"quicktype": "^17.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}