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