-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 988 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "moleculer-pgr",
"version": "1.0.3",
"description": "Moleculer postgraphile service mixin generator",
"keywords": [
"postgraphile",
"postgres",
"db",
"database",
"moleculer",
"moleculer-js",
"typescript",
"ts"
],
"homepage": "https://github.com/jarvify/moleculer-pgr",
"repository": {
"type": "git",
"url": "https://github.com/jarvify/moleculer-pgr"
},
"directories": {
"lib": "dist"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphql-binding": "^2.5.2"
},
"peerDependencies": {
"prettier": "1.x",
"graphql": "14.x",
"moleculer-ts": "^2.x.x"
},
"devDependencies": {
"@types/node": "^12.12.14",
"@types/prettier": "^1.19.0",
"graphql": "^14.5.8",
"postgraphile": "^4.5.0",
"prettier": "^1.19.1",
"typescript": "^3.6.4"
}
}