-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "parse-server-schema-to-dbml",
"version": "0.2.1",
"description": "Convert ParseServer _SCHEMA Mongo collection data to DBML (SQL by dbdiagram.io) to visualise relations between Parse classes",
"main": "index.js",
"bin": {
"parseServerSchema2dbml": "./bin/parseServerSchema2dbml.js"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepanic/parse-server-SCHEMA-to-DBML.git"
},
"keywords": [
"parseServer",
"_SCHEMA",
"DBML"
],
"author": "Matija Stepanic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stepanic/parse-server-SCHEMA-to-DBML/issues"
},
"homepage": "https://github.com/stepanic/parse-server-SCHEMA-to-DBML#readme",
"dependencies": {
"commander": "^5.1.0"
}
}