t0n
Version:
Collection of elegant typescript resources for web artisans
58 lines • 1.23 kB
JSON
{
"name": "t0n",
"description": "Collection of elegant typescript resources for web artisans",
"version": "0.20260706.1",
"type": "module",
"main": "./src/index.ts",
"files": ["src"],
"exports": {
".": "./src/index.ts",
"./cli": "./src/cli.ts",
"./color": "./src/color.ts",
"./event": "./src/event.ts",
"./log": "./src/log.ts",
"./port": "./src/port.ts"
},
"scripts": {
"bench": "tsx tests/benchmark/*.bench.ts"
},
"dependencies": {
"chokidar": "^3.5.2",
"hono": "^4.12.8",
"pathe": "^2.0"
},
"devDependencies": {
"bun-types": "^1.3.8",
"tsup": "^8.5.0",
"tsx": "^4.19.4",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.3.14",
"engines": {
"node": ">=18.0.0"
},
"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"
]
}