@hellocoop/helper-browser
Version:
Hellō helper functions for the browser
47 lines (46 loc) • 1.26 kB
JSON
{
"name": "@hellocoop/helper-browser",
"version": "2.5.6",
"description": "Hellō helper functions for the browser",
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"watch": "tsc --watch --declaration",
"prebuild": "rimraf dist",
"build": "esbuild ../src/browser/index.ts --bundle --outdir=dist --format=esm && tsc --emitDeclarationOnly --outDir dist",
"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": {
"esbuild": "^0.19.5",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"@hellocoop/definitions": "^1.0.12"
},
"gitHead": "288d8a6c9c3032d07a45ed2ff4cb3f544f13732f"
}