-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.45 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@treedom/mercurius-auth-opa",
"version": "2.0.1",
"main": "lib/index.js",
"scripts": {
"test": "borp",
"lint": "eslint src test",
"prebuild": "rm -rf lib",
"build": "tsc --build tsconfig.build.json",
"postbuild": "copyfiles src/**/*.gql lib/ --all --verbose --up 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/treedomtrees/mercurius-auth-opa.git"
},
"keywords": [
"mercurius",
"auth",
"opa",
"graphql"
],
"type": "commonjs",
"author": "Edoardo Viviani <[email protected]",
"license": "MIT",
"description": "Mercurius OPA authentication directive plugin based on mercurius-auth",
"dependencies": {
"mercurius": ">=12.0.0",
"mercurius-auth": ">=4.0.0",
"object-hash": ">=3.0.0",
"undici": ">=6.0.0"
},
"devDependencies": {
"@types/node": "20.14.0",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"borp": "0.14.0",
"copyfiles": "2.4.1",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.1.3",
"fastify": "4.27.0",
"mercurius": "14.1.0",
"mercurius-integration-testing": "8.2.0",
"pino": "9.1.0",
"pino-pretty": "11.1.0",
"prettier": "3.3.0",
"sinon": "18.0.0",
"typescript": "5.4.5"
},
"files": [
"lib"
],
"engines": {
"node": ">=16.0.0"
}
}