@jahands/typeid
Version:
Bundled version of typeid-js
50 lines • 1.14 kB
JSON
{
"name": "@jahands/typeid",
"version": "0.2.5",
"private": false,
"description": "Bundled version of typeid-js",
"keywords": [
"typeid",
"typeid-js"
],
"homepage": "https://github.com/jahands/workers-packages/tree/main/packages/typeid",
"repository": {
"type": "git",
"url": "https://github.com/jahands/workers-packages.git",
"directory": "packages/typeid"
},
"license": "MIT",
"author": {
"name": "Jacob Hands",
"url": "https://github.com/jahands"
},
"sideEffects": false,
"type": "module",
"exports": {
"import": {
"types": "./dist/typeid.d.ts",
"default": "./dist/typeid.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"files": [
"dist",
"NOTICE"
],
"dependencies": {
"typeid-js": "1.2.0"
},
"devDependencies": {
"zod": "3.25.7",
"@repo/eslint-config": "0.1.15",
"@repo/typescript-config": "0.3.5",
"@repo/tools": "0.10.3"
},
"scripts": {
"build": "runx build bundle-lib src/typeid.ts",
"check:lint": "run-eslint-workers",
"check:types": "run-tsc",
"test": "run-vitest"
}
}