mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "@stanza/registry-build",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"registry:build": "bun run ./src/build.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@stanza/registry": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.14",
|
|
"@types/node": "^25.9.1",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|