UNPKG

presta

Version:

Hyper minimal framework for the modern web.

68 lines 1.89 kB
{ "name": "presta", "version": "0.44.0", "description": "Hyper minimal framework for the modern web.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "presta": "dist/bin.js" }, "files": [ "dist" ], "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": { "@presta/utils": "^0.1.0", "chokidar": "^3.4.3", "deep-extend": "^0.6.0", "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", "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", "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/picomatch": "^2.2.4", "@types/sade": "^1.7.3", "@types/statuses": "^2.0.0", "@types/ws": "^8.2.2", "proxyquire": "^2.1.3", "supertest-fetch": "^1.4.3", "typescript": "^4.5.2" }, "scripts": { "build": "node scripts/build && pnpx tsc --emitDeclarationOnly", "cloc": "pnpm dlx cloc './lib/*.ts'", "typecheck": "pnpx tsc --noEmit" }, "readme": "# presta\n\nThe minimalist web framework.\n\n## License\n\nMIT License © [Sure Thing](https://github.com/sure-thing)\n" }