OpenMetadata/package.json
Chirag Madlani e2043a3f31
chore(ui): install node-gyp as ui install step (#14142)
* chore(ui): install node-gyp as ui install step

* enable logs

* add pre-install for root
2023-11-28 16:04:38 +05:30

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"
}
}