@squirt/server
Version:
Squirt Server
40 lines • 797 B
JSON
{
"name": "@squirt/server",
"version": "0.0.16",
"description": "Squirt Server",
"type": "module",
"module": "src/server.ts",
"types": "src/types.d.ts",
"license": "MIT",
"author": {
"name": "errilaz",
"url": "http://github.com/errilaz"
},
"repository": {
"type": "git",
"url": "https://github.com/errilaz/squirt.git"
},
"keywords": [
"squirt",
"bun",
"ssr",
"hotw",
"civet"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/split": "^1.0.2",
"bun-types": "^0.5.6"
},
"dependencies": {
"@danielx/civet": "^0.5.73",
"inwatch": "0.0.7",
"regexparam": "^2.0.1",
"serve-static-bun": "^0.5.0",
"split": "^1.0.1",
"toptions": "^2.0.0",
"@squirt/markup": "0.0.16"
}
}