@hellocoop/helper-server
Version:
Hellō helper functions for server
52 lines (51 loc) • 1.14 kB
JSON
{
"name": "@hellocoop/helper-server",
"version": "2.2.1",
"description": "Hellō helper functions for server",
"source": "src/index.ts",
"main": "dist/server/index.js",
"type": "commonjs",
"types": "dist/server/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"watch": "tsc --watch --declaration",
"prebuild": "rimraf dist",
"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": "contact@hello.coop",
"url": "https://hello.coop"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hellocoop/packages/issues"
},
"homepage": "https://www.hello.dev/docs/sdks/helper/",
"devDependencies": {
"@types/node": "*",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@hellocoop/definitions": "^1.0.9"
},
"gitHead": "8e7b54124db48051b9e03031399e4df1b6e41a4e"
}