-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 KB
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
{
"author": "Jonas Thelemann <e-mail+maevsi_postgraphile@jonas-thelemann.de>",
"bugs": {
"url": "https://github.com/maevsi/postgraphile/issues"
},
"dependencies": {
"@graphile/postgis": "file:graphile-postgis-v0.2.0.tgz",
"grafserv": "1.0.0",
"graphile": "5.0.0",
"jose": "6.2.2",
"postgraphile": "5.0.0"
},
"description": "PostGraphile GraphQL API for the Vibetype platform; includes @graphile/postgis, Amber preset, Grafast optimizations, and JWT authentication.",
"devDependencies": {
"@eslint/js": "10.0.1",
"@eslint/json": "1.2.0",
"eslint": "10.2.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"prettier": "3.8.2",
"typescript": "6.0.2",
"typescript-eslint": "8.58.2"
},
"homepage": "https://github.com/maevsi/postgraphile#readme",
"license": "MIT",
"name": "@maevsi/postgraphile",
"packageManager": "pnpm@10.33.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/maevsi/postgraphile.git"
},
"scripts": {
"lint": "pnpm run lint:es && pnpm run lint:ts",
"lint:es": "eslint --cache",
"lint:fix": "pnpm run lint:es --fix",
"lint:ts": "tsc --noEmit"
},
"type": "module",
"version": "2.0.2"
}