OpenMetadata/package.json
darth-coder00 6c323b9592
Feat: Added root level package.json to avoid global installation of npm packages (#1384)
* Feat: Added root level package.json to avoid global installation of npm packages

* Updated typescripts from schema
2021-11-25 14:25:22 +05:30

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