-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "@hellocoop/helper-server",
"version": "2.0.10",
"description": "Hellō helper functions for server",
"source": "src/index.ts",
"main": "dist/index.js",
"type": "commonjs",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"watch": "tsc --watch --declaration",
"prebuild": "rimraf dist node_modules",
"build": "tsc --declaration",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hellocoop/packages.git"
},
"keywords": [
"hello",
"Hellō",
"PKCE",
"OIDC",
"OAuth",
"OpenID Connect"
],
"author": {
"name": "Hello Identity Co-op",
"email": "[email protected]",
"url": "https://hello.coop"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hellocoop/packages/issues"
},
"homepage": "https://www.hello.dev/docs/sdks/core-client",
"devDependencies": {
"@types/node": "*",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@hellocoop/definitions": "^1.0.9"
},
"gitHead": "96cc2f3fa1a3724a4a96b19cc7c5d97f04cc49f8"
}