UNPKG

@hypernetlabs/hypernet-id-objects

Version:
49 lines (48 loc) 1.48 kB
{ "name": "@hypernetlabs/hypernet-id-objects", "version": "0.0.5", "description": "Ojbects for Hypernet.ID", "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/objects": "^0.3.20", "neverthrow": "^4.3.1", "ts-brand": "^0.0.2" } }