presta
Version:
Hyper minimal framework for the modern web.
57 lines • 1.46 kB
JSON
{
"name": "presta",
"version": "0.40.5",
"description": "Hyper minimal framework for the modern web.",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"presta": "cli.js"
},
"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": {
"@netlify/functions": "^0.7.2",
"@types/mime-types": "^2.1.0",
"chokidar": "^3.4.3",
"deepmerge": "^4.2.2",
"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",
"mime-types": "^2.1.31",
"module-alias": "^2.2.2",
"ms": "^2.1.2",
"picomatch": "^2.3.0",
"pocket.io": "^0.1.4",
"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",
"tiny-glob": "^0.2.9",
"watch-dependency-graph": "^2.6.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/picomatch": "^2.2.4",
"@types/sade": "^1.7.3",
"proxyquire": "^2.1.3",
"supertest-fetch": "^1.4.3"
},
"scripts": {
"build": "node scripts/build",
"cloc": "pnpx cloc lib/*.ts",
"typecheck": "pnpx tsc --noEmit"
}
}