forked from benjie/ouch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 697 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 697 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
{
"name": "@localrepo/app",
"private": true,
"scripts": {
"postgraphile": "postgraphile"
},
"dependencies": {
"@graphile-contrib/pg-many-to-many": "^2.0.0-alpha.0",
"@graphile/pg-aggregates": "^0.2.0-alpha.1",
"@graphile/simplify-inflection": "^8.0.0-alpha.3",
"express": "^4.18.2",
"grafserv": "^0.0.1-alpha.9",
"postgraphile": "^5.0.0-alpha.11",
"postgraphile-plugin-connection-filter": "^3.0.0-alpha.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/express": "^4.17.17",
"prettier": "^2.8.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"prettier": {
"proseWrap": "always"
}
}