t0n
Version:
Collection of elegant typescript resources for web artisans
53 lines • 1.13 kB
JSON
{
"name": "t0n",
"description": "Collection of elegant typescript resources for web artisans",
"version": "0.1.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"bench": "tsx tests/benchmark/*.bench.ts",
"build": "tsup src/index.ts --dts --format esm",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"bun-types": "^1.2.13",
"tsup": "^8.5.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0"
},
"files": ["dist"],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "Zunq <open-source@zunq.com>",
"license": "MIT",
"homepage": "https://zunq.dev",
"repository": "git://github.com/attla/t0n",
"bugs": "https://github.com/attla/t0n/issues",
"keywords": [
"t0n",
"attla",
"resources",
"support",
"bitwise",
"bit-wise",
"hash",
"hashing",
"aws",
"lambda",
"llrt",
"deno",
"bun",
"nodejs"
]
}