|
6 | 6 | "type": "git", |
7 | 7 | "url": "https://github.com/tinyhttp/unless.git" |
8 | 8 | }, |
| 9 | + "license": "MIT", |
| 10 | + "type": "module", |
| 11 | + "types": "./dist/index.d.ts", |
9 | 12 | "module": "./dist/index.js", |
10 | | - "devDependencies": { |
11 | | - "@commitlint/cli": "^18.2.0", |
12 | | - "@commitlint/config-conventional": "^18.1.0", |
13 | | - "@types/node": "^20.8.9", |
14 | | - "@typescript-eslint/eslint-plugin": "^6.9.0", |
15 | | - "@typescript-eslint/parser": "^6.9.0", |
16 | | - "bun-types": "^1.0.7", |
17 | | - "c8": "^8.0.1", |
18 | | - "eslint": "^8.52.0", |
19 | | - "eslint-config-prettier": "^9.0.0", |
20 | | - "eslint-plugin-prettier": "^5.0.1", |
21 | | - "husky": "^8.0.3", |
22 | | - "prettier": "^3.0.3", |
23 | | - "supertest-fetch": "^1.5.0", |
24 | | - "tsx": "^3.14.0", |
25 | | - "typescript": "^5.2.2" |
26 | | - }, |
27 | 13 | "exports": "./dist/index.js", |
28 | 14 | "description": "Unless middleware for tinyhttp", |
29 | 15 | "engines": { |
|
42 | 28 | "unless", |
43 | 29 | "middleware" |
44 | 30 | ], |
45 | | - "license": "MIT", |
46 | | - "type": "module", |
47 | | - "types": "./dist/index.d.ts", |
48 | 31 | "scripts": { |
49 | 32 | "build": "tsc", |
50 | 33 | "test": "tsx tests/index.test.ts", |
|
57 | 40 | }, |
58 | 41 | "dependencies": { |
59 | 42 | "@tinyhttp/router": "*" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@commitlint/cli": "^18.2.0", |
| 46 | + "@commitlint/config-conventional": "^18.1.0", |
| 47 | + "@types/node": "^20.8.9", |
| 48 | + "@typescript-eslint/eslint-plugin": "^6.9.0", |
| 49 | + "@typescript-eslint/parser": "^6.9.0", |
| 50 | + "bun-types": "^1.0.7", |
| 51 | + "c8": "^8.0.1", |
| 52 | + "eslint": "^8.52.0", |
| 53 | + "eslint-config-prettier": "^9.0.0", |
| 54 | + "eslint-plugin-prettier": "^5.0.1", |
| 55 | + "husky": "^8.0.3", |
| 56 | + "prettier": "^3.0.3", |
| 57 | + "supertest-fetch": "^1.5.0", |
| 58 | + "tsx": "^3.14.0", |
| 59 | + "typescript": "^5.2.2" |
60 | 60 | } |
61 | 61 | } |
0 commit comments