@hypernetlabs/hypernet-id-web-integration
Version:
Web integration package for Hypernet.ID. Provides basic access to user identity status and facilitates onboarding workflows.
51 lines (50 loc) • 1.68 kB
JSON
{
"name": "@hypernetlabs/hypernet-id-web-integration",
"version": "0.0.5",
"description": "Web integration package for Hypernet.ID. Provides basic access to user identity status and facilitates onboarding workflows.",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/GoHypernet/Hypernet.ID-Public.git"
},
"bugs": {
"url": "https://github.com/GoHypernet/Hypernet.ID-Public/issues"
},
"homepage": "https://github.com/GoHypernet/Hypernet.ID-Public/tree/master/packages/core#readme",
"author": "Charlie Sibbach <charlie@hypernetlabs.io>",
"keywords": [
"Hypernet Labs",
"Hypernet.ID",
"Neverthrow"
],
"main": "lib/index.js",
"files": [
"lib",
"!lib/test",
"!lib/tsconfig.tsbuildinfo"
],
"scripts": {
"alias": "tsc-alias",
"build": "yarn clean && yarn compile",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"compile": "tsc --build && cd ../.. && yarn alias",
"format": "eslint --fix 'src/**/*.ts' && yarn format:pkg",
"format:pkg": "format-package -w",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn format",
"test": "yarn test:ci",
"test:ci": "jest --runInBand --coverage --passWithNoTests",
"test:watch": "jest --watch --color --detectOpenHandles",
"preversion": "yarn format",
"version": "yarn format && git add -A src",
"postversion": "git push && git push --tags"
},
"types": "lib/index.d.ts",
"dependencies": {
"@hypernetlabs/hypernet-id-objects": "^0.0.5",
"@hypernetlabs/objects": "^0.3.20",
"@hypernetlabs/utils": "^0.5.4",
"inversify": "^6.0.1",
"neverthrow": "^4.3.1"
}
}