mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
* fix(ui): security vulnerability for ui packages * revert quill package changes * skip DataSteward due to issue in the app * increase worker to 4
20 lines
422 B
JSON
20 lines
422 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": "^23.0.170"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "yarn global add node-gyp",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
} |