mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
* chore(ui): install node-gyp as ui install step * enable logs * add pre-install for root
22 lines
448 B
JSON
22 lines
448 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",
|
|
"node-gyp": "^10.0.1"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "yarn global add node-gyp",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|