OpenMetadata/package.json
Karan Hotchandani 7ca86c5095 fix(ui): extend application configuration component (#23310)
* extend application configuration component

* fix tests

(cherry picked from commit 95962596e821f6581a57a61ad9eb852b9ef3c8c6)
2025-09-15 22:06:33 +05:30

20 lines
427 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": "20.0.27"
},
"scripts": {
"preinstall": "yarn global add node-gyp@10.0.1",
"test": "echo \"Error: no test specified\" && exit 1"
}
}