UNPKG

989 BJSONView Raw
1{
2 "name": "@tinyhttp/app",
3 "version": "1.1.12",
4 "description": "0-legacy, tiny & fast web framework as a replacement of Express",
5 "type": "module",
6 "homepage": "https://tinyhttp.v1rtl.site",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/talentlessguy/tinyhttp.git",
10 "directory": "packages/app"
11 },
12 "main": "dist/index.cjs",
13 "types": "dist/index.d.ts",
14 "module": "dist/index.js",
15 "exports": {
16 ".": {
17 "import": "./dist/index.js",
18 "require": "./dist/index.cjs"
19 },
20 "./package.json": "./package.json",
21 "./": "./"
22 },
23 "files": [
24 "dist"
25 ],
26 "engines": {
27 "node": ">=12.x"
28 },
29 "keywords": [
30 "tinyhttp",
31 "router",
32 "backend",
33 "http",
34 "framework",
35 "api"
36 ],
37 "author": "v1rtl",
38 "license": "MIT",
39 "dependencies": {
40 "@tinyhttp/cookie": "1.1.1",
41 "@tinyhttp/proxy-addr": "1.1.1",
42 "@tinyhttp/req": "1.1.2",
43 "@tinyhttp/res": "1.1.3",
44 "@tinyhttp/router": "1.1.2",
45 "regexparam": "^1.3.0"
46 },
47 "scripts": {
48 "build": "rollup -c"
49 }
50}