UNPKG

1.46 kBJSONView Raw
1{
2 "name": "presta",
3 "version": "0.40.5",
4 "description": "Hyper minimal framework for the modern web.",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "bin": {
8 "presta": "cli.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+ssh://git@github.com/sure-thing/presta.git"
13 },
14 "author": "estrattonbailey",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/sure-thing/presta/issues"
18 },
19 "homepage": "https://github.com/sure-thing/presta#readme",
20 "dependencies": {
21 "@netlify/functions": "^0.7.2",
22 "@types/mime-types": "^2.1.0",
23 "chokidar": "^3.4.3",
24 "deepmerge": "^4.2.2",
25 "esbuild": "^0.12.28",
26 "esbuild-register": "^2.6.0",
27 "filewatcher": "^3.0.1",
28 "fs-extra": "^9.0.1",
29 "get-port": "^5.1.1",
30 "kleur": "^4.1.4",
31 "mime-types": "^2.1.31",
32 "module-alias": "^2.2.2",
33 "ms": "^2.1.2",
34 "picomatch": "^2.3.0",
35 "pocket.io": "^0.1.4",
36 "query-string": "^6.14.1",
37 "raw-body": "^2.4.1",
38 "regexparam": "^1.3.0",
39 "route-sort": "^1.0.0",
40 "sade": "^1.7.3",
41 "sirv": "^1.0.7",
42 "tiny-glob": "^0.2.9",
43 "watch-dependency-graph": "^2.6.1"
44 },
45 "devDependencies": {
46 "@types/fs-extra": "^9.0.12",
47 "@types/picomatch": "^2.2.4",
48 "@types/sade": "^1.7.3",
49 "proxyquire": "^2.1.3",
50 "supertest-fetch": "^1.4.3"
51 },
52 "scripts": {
53 "build": "node scripts/build",
54 "cloc": "pnpx cloc lib/*.ts",
55 "typecheck": "pnpx tsc --noEmit"
56 }
57}
\No newline at end of file