UNPKG

@hellocoop/helper-server

Version:

Hellō helper functions for server

52 lines (51 loc) 1.28 kB
{ "name": "@hellocoop/helper-server", "version": "2.2.4", "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.12" }, "gitHead": "288d8a6c9c3032d07a45ed2ff4cb3f544f13732f" }