34 lines
812 B
JSON
34 lines
812 B
JSON
{
|
|
"type": "module",
|
|
"main": "dist/exports.js",
|
|
"scripts": {
|
|
"dev": "tsx --watch src/start.ts",
|
|
"build": "tsc --build",
|
|
"test:unit": "vitest --run --passWithNoTests",
|
|
"test": "pnpm run \"/^test:/\""
|
|
},
|
|
"packageManager": "pnpm@10.6.0",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": "./dist/exports.js"
|
|
},
|
|
"devDependencies": {
|
|
"@morten-olsen/box-configs": "workspace:*",
|
|
"@morten-olsen/box-tests": "workspace:*",
|
|
"@types/node": "24.9.1",
|
|
"@vitest/coverage-v8": "4.0.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "5.9.3",
|
|
"vitest": "4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@morten-olsen/box-k8s": "workspace:*",
|
|
"@morten-olsen/box-utils": "workspace:*",
|
|
"cloudflare": "^5.2.0"
|
|
},
|
|
"name": "@morten-olsen/box-resource-cloudflare",
|
|
"version": "1.0.0"
|
|
}
|