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