mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00

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