@hellocoop/api
Version:
Client API for Hellō https://hello.dev
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "@hellocoop/api",
"version": "2.2.7",
"description": "Client API for Hellō https://hello.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/hellocoop/packages.git"
},
"homepage": "https://www.hello.dev/docs/apis/web-client/",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist/"
],
"keywords": [
"hello",
"openid",
"oidc",
"sso"
],
"author": {
"name": "Hello Identity Co-op",
"email": "contact@hello.coop",
"url": "https://hello.coop"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hellocoop/packages/issues"
},
"scripts": {
"watch": "tsc --watch",
"prebuild": "rimraf dist node_modules",
"build": "tsc"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/cookie": "^0.6.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@hellocoop/definitions": "^1.0.9",
"@hellocoop/helper-server": "^2.2.1",
"cookie": "^1.0.1"
},
"gitHead": "ff68345686c5a4fbc193c94e77360089a74b1e61"
}