UNPKG

uniquely-typed

Version:

A library to create opaque types

55 lines 1.14 kB
{ "name": "uniquely-typed", "version": "0.0.0", "description": "A library to create opaque types", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "keywords": [ "ts", "typescript", "opaque", "opaque-types", "branded", "branded-types", "unique", "unique-typed", "type", "typed", "types" ], "author": "Chris Cook", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zirkelc/typed" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@biomejs/biome": "^1.9.4", "@total-typescript/tsconfig": "^1.0.4", "@types/node": "^22.7.7", "husky": "^9.1.6", "pkg-pr-new": "^0.0.30", "tsx": "^4.19.3", "typescript": "^5.7.3", "unbuild": "^3.3.1", "vitest": "^2.1.3" }, "scripts": { "build": "unbuild", "test": "vitest", "lint": "biome check . --write", "typecheck": "attw --pack ." } }