mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 01:46:57 +00:00
* extend application configuration component * fix tests (cherry picked from commit 95962596e821f6581a57a61ad9eb852b9ef3c8c6)
20 lines
427 B
JSON
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"
|
|
}
|
|
} |