Skip to content

Commit b905c80

Browse files
committed
chore: re-order package.json
1 parent dd98b3c commit b905c80

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,10 @@
66
"type": "git",
77
"url": "https://github.com/tinyhttp/unless.git"
88
},
9+
"license": "MIT",
10+
"type": "module",
11+
"types": "./dist/index.d.ts",
912
"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-
},
2713
"exports": "./dist/index.js",
2814
"description": "Unless middleware for tinyhttp",
2915
"engines": {
@@ -42,9 +28,6 @@
4228
"unless",
4329
"middleware"
4430
],
45-
"license": "MIT",
46-
"type": "module",
47-
"types": "./dist/index.d.ts",
4831
"scripts": {
4932
"build": "tsc",
5033
"test": "tsx tests/index.test.ts",
@@ -57,5 +40,22 @@
5740
},
5841
"dependencies": {
5942
"@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"
6060
}
6161
}

0 commit comments

Comments
 (0)