2021-11-25 14:25:22 +05:30
|
|
|
{
|
|
|
|
"name": "open-metadata",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0",
|
2022-01-06 11:42:35 +05:30
|
|
|
"yarn": "^1.22.0"
|
2021-11-25 14:25:22 +05:30
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/open-metadata/OpenMetadata.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-25 15:09:34 +05:30
|
|
|
"quicktype": "20.0.27"
|
2021-11-25 14:25:22 +05:30
|
|
|
},
|
|
|
|
"scripts": {
|
2024-09-25 15:09:34 +05:30
|
|
|
"preinstall": "yarn global add node-gyp@10.0.1",
|
2021-11-25 14:25:22 +05:30
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
}
|
2024-09-20 19:30:06 +05:30
|
|
|
}
|