26 lines
688 B
JSON
26 lines
688 B
JSON
{
|
|
"name": "st-randomness-helpers",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.12",
|
|
"@commitlint/cli": "^20.5.0",
|
|
"@commitlint/config-conventional": "^20.5.0",
|
|
"@types/bun": "^1.3.12",
|
|
"@types/react-dom": "^19.2.3",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.4.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"peerDependencies": {},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"dev": "bun build --watch src/index.ts --outdir ./dist --target browser",
|
|
"build": "bun build src/index.ts --outdir ./dist --target browser --minify"
|
|
}
|
|
}
|