forked from open-metadata/OpenMetadata
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 475 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 475 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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": "20.0.27"
},
"resolutions": {
"lodash": "4.18.1"
},
"scripts": {
"preinstall": "yarn global add node-gyp@10.0.1",
"test": "echo \"Error: no test specified\" && exit 1"
}
}