UNPKG

1.86 kBJSONView Raw
1{
2 "name": "presta",
3 "version": "0.43.9",
4 "description": "Hyper minimal framework for the modern web.",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "bin": {
8 "presta": "dist/bin.js"
9 },
10 "files": [
11 "dist"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git+ssh://git@github.com/sure-thing/presta.git"
16 },
17 "author": "estrattonbailey",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/sure-thing/presta/issues"
21 },
22 "homepage": "https://github.com/sure-thing/presta#readme",
23 "dependencies": {
24 "chokidar": "^3.4.3",
25 "deep-extend": "^0.6.0",
26 "dotenv": "^10.0.0",
27 "esbuild": "^0.12.28",
28 "esbuild-register": "^2.6.0",
29 "filewatcher": "^3.0.1",
30 "fs-extra": "^9.0.1",
31 "get-port": "^5.1.1",
32 "kleur": "^4.1.4",
33 "mime-types": "^2.1.31",
34 "module-alias": "^2.2.2",
35 "ms": "^2.1.2",
36 "picomatch": "^2.3.0",
37 "query-string": "^6.14.1",
38 "raw-body": "^2.4.1",
39 "regexparam": "^1.3.0",
40 "route-sort": "^1.0.0",
41 "sade": "^1.7.3",
42 "sirv": "^1.0.7",
43 "statuses": "^2.0.1",
44 "tiny-glob": "^0.2.9",
45 "watch-dependency-graph": "^3.0.1",
46 "ws": "^8.4.0"
47 },
48 "devDependencies": {
49 "@netlify/functions": "^0.7.2",
50 "@types/deep-extend": "^0.4.32",
51 "@types/fs-extra": "^9.0.12",
52 "@types/mime-types": "^2.1.0",
53 "@types/picomatch": "^2.2.4",
54 "@types/sade": "^1.7.3",
55 "@types/statuses": "^2.0.0",
56 "@types/ws": "^8.2.2",
57 "proxyquire": "^2.1.3",
58 "supertest-fetch": "^1.4.3",
59 "typescript": "^4.5.2"
60 },
61 "scripts": {
62 "build": "node scripts/build && pnpx tsc --emitDeclarationOnly",
63 "cloc": "pnpm dlx cloc './lib/*.ts'",
64 "typecheck": "pnpx tsc --noEmit"
65 },
66 "readme": "# presta\n\nThe minimalist web framework.\n\n## License\n\nMIT License © [Sure Thing](https://github.com/sure-thing)\n"
67}
\No newline at end of file