-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 793 Bytes
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
31
32
33
{
"name": "mongraph-cli",
"version": "1.2.2",
"description": "Mongoose / Graphql file generator",
"main": "index.js",
"preferGlobal": true,
"bin": {
"mg": "./index.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RadAcademy/mongraph-cli.git"
},
"author": "Rad Academy",
"license": "ISC",
"bugs": {
"url": "https://github.com/RadAcademy/mongraph-cli/issues"
},
"homepage": "https://github.com/RadAcademy/mongraph-cli#readme",
"dependencies": {
"@types/handlebars": "^4.0.39",
"@types/lodash": "^4.14.116",
"commander": "^2.17.1",
"eslint": "^5.4.0",
"handlebars": "^4.0.11",
"lodash": "^4.17.10",
"typescript": "^3.0.1"
},
"devDependencies": {
"@types/node": "^10.9.2"
}
}