presta
Version:
Hyper minimal framework for the modern web.
85 lines • 2.24 kB
JSON
{
"name": "presta",
"version": "0.46.2",
"description": "Hyper minimal framework for the modern web.",
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"presta": "./bin.js"
},
"files": [
"utils",
"runtime",
"bin.js",
"index.js",
"html.js",
"serialize.js",
"bin.d.ts",
"index.d.ts",
"core.d.ts",
"html.d.ts",
"serialize.d.ts"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sure-thing/presta.git"
},
"author": "estrattonbailey",
"license": "MIT",
"bugs": {
"url": "https://github.com/sure-thing/presta/issues"
},
"homepage": "https://github.com/sure-thing/presta#readme",
"dependencies": {
"chokidar": "^3.4.3",
"deep-extend": "^0.6.0",
"deepmerge": "^4.2.2",
"dotenv": "^10.0.0",
"esbuild": "^0.12.28",
"esbuild-register": "^2.6.0",
"filewatcher": "^3.0.1",
"fs-extra": "^9.0.1",
"get-port": "^5.1.1",
"kleur": "^4.1.4",
"lambda-types": "^1.0.0",
"mime-types": "^2.1.31",
"module-alias": "^2.2.2",
"ms": "^2.1.2",
"picomatch": "^2.3.0",
"query-string": "^6.14.1",
"raw-body": "^2.4.1",
"regexparam": "^1.3.0",
"route-sort": "^1.0.0",
"sade": "^1.7.3",
"sirv": "^1.0.7",
"smitter": "^1.1.1",
"statues": "^1.0.0-alpha1",
"statuses": "^2.0.1",
"tiny-glob": "^0.2.9",
"watch-dependency-graph": "^3.0.1",
"ws": "^8.4.0"
},
"devDependencies": {
"@netlify/functions": "^0.7.2",
"@types/deep-extend": "^0.4.32",
"@types/fs-extra": "^9.0.12",
"@types/mime-types": "^2.1.0",
"@types/module-alias": "^2.0.1",
"@types/node": "^18.6.3",
"@types/picomatch": "^2.2.4",
"@types/sade": "^1.7.3",
"@types/statuses": "^2.0.0",
"@types/ws": "^8.2.2",
"c8": "^7.11.0",
"proxyquire": "^2.1.3",
"supertest-fetch": "^1.4.3",
"typescript": "^4.5.2",
"uvu": "^0.5.6"
},
"scripts": {
"build": "node scripts/build && tsc --emitDeclarationOnly && echo '\n⚡︎ Types generated'",
"test": "c8 uvu -r esbuild-register lib/__tests__ -i ^_ && pnpm typecheck && echo '⚡︎ Types checked'",
"cloc": "pnpm dlx cloc './lib/*.ts'",
"typecheck": "tsc --noEmit"
}
}