OpenMetadata/package.json
Chirag Madlani 65babfd586
chore(ui): bump quicktype to resolve vulnerabilities (#17979)
* chore(ui): bump quicktype to resolve vulnerabilities

* fix test

* lower the version to avoid build issue

* revert service_account type changes

* added node-gyp as global package
2024-09-25 15:09:34 +05:30

21 lines
428 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"
}
}