mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
* Feat: Added root level package.json to avoid global installation of npm packages * Updated typescripts from schema
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "open-metadata",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": "^6.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-metadata/OpenMetadata.git"
|
|
},
|
|
"devDependencies": {
|
|
"quicktype": "^15.0.260"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|