UNPKG

1.95 kBJSONView Raw
1{
2 "name": "presta",
3 "version": "0.44.4",
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 "@presta/utils": "^0.1.2",
25 "chokidar": "^3.4.3",
26 "deep-extend": "^0.6.0",
27 "dotenv": "^10.0.0",
28 "esbuild": "^0.12.28",
29 "esbuild-register": "^2.6.0",
30 "filewatcher": "^3.0.1",
31 "fs-extra": "^9.0.1",
32 "get-port": "^5.1.1",
33 "kleur": "^4.1.4",
34 "lambda-types": "^1.0.0",
35 "mime-types": "^2.1.31",
36 "module-alias": "^2.2.2",
37 "ms": "^2.1.2",
38 "picomatch": "^2.3.0",
39 "query-string": "^6.14.1",
40 "raw-body": "^2.4.1",
41 "regexparam": "^1.3.0",
42 "route-sort": "^1.0.0",
43 "sade": "^1.7.3",
44 "sirv": "^1.0.7",
45 "statues": "^1.0.0-alpha1",
46 "statuses": "^2.0.1",
47 "tiny-glob": "^0.2.9",
48 "watch-dependency-graph": "^3.0.1",
49 "ws": "^8.4.0"
50 },
51 "devDependencies": {
52 "@netlify/functions": "^0.7.2",
53 "@types/deep-extend": "^0.4.32",
54 "@types/fs-extra": "^9.0.12",
55 "@types/mime-types": "^2.1.0",
56 "@types/picomatch": "^2.2.4",
57 "@types/sade": "^1.7.3",
58 "@types/statuses": "^2.0.0",
59 "@types/ws": "^8.2.2",
60 "proxyquire": "^2.1.3",
61 "supertest-fetch": "^1.4.3",
62 "typescript": "^4.5.2"
63 },
64 "scripts": {
65 "build": "node scripts/build && pnpx tsc --emitDeclarationOnly",
66 "cloc": "pnpm dlx cloc './lib/*.ts'",
67 "typecheck": "pnpx tsc --noEmit"
68 },
69 "readme": "# presta\n\nThe minimalist web framework.\n\n## License\n\nMIT License © [Sure Thing](https://github.com/sure-thing)\n"
70}
\No newline at end of file