@e22m4u/ts-rest-router 0.0.2 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@e22m4u/ts-rest-router",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
4
4
|
"description": "Controllers-based REST router implementation for TypeScript",
|
5
5
|
"author": "e22m4u <e22m4u@yandex.ru>",
|
6
6
|
"keywords": [
|
@@ -16,6 +16,7 @@
|
|
16
16
|
"url": "git+https://github.com/e22m4u/ts-rest-router.git"
|
17
17
|
},
|
18
18
|
"type": "module",
|
19
|
+
"types": "./dist/esm/index.d.ts",
|
19
20
|
"module": "./dist/esm/index.js",
|
20
21
|
"main": "./dist/cjs/index.cjs",
|
21
22
|
"exports": {
|
@@ -47,28 +48,28 @@
|
|
47
48
|
"http-errors": "~2.0.0"
|
48
49
|
},
|
49
50
|
"devDependencies": {
|
50
|
-
"@commitlint/cli": "~19.
|
51
|
-
"@commitlint/config-conventional": "~19.
|
52
|
-
"@eslint/js": "~9.
|
51
|
+
"@commitlint/cli": "~19.6.0",
|
52
|
+
"@commitlint/config-conventional": "~19.6.0",
|
53
|
+
"@eslint/js": "~9.15.0",
|
53
54
|
"@types/chai": "~5.0.1",
|
54
55
|
"@types/debug": "~4.1.12",
|
55
56
|
"@types/http-errors": "~2.0.4",
|
56
|
-
"@types/mocha": "~10.0.
|
57
|
-
"@types/node": "~22.9.
|
57
|
+
"@types/mocha": "~10.0.10",
|
58
|
+
"@types/node": "~22.9.3",
|
58
59
|
"c8": "~10.1.2",
|
59
60
|
"chai": "~5.1.2",
|
60
61
|
"esbuild": "~0.24.0",
|
61
|
-
"eslint": "~9.
|
62
|
+
"eslint": "~9.15.0",
|
62
63
|
"eslint-config-prettier": "~9.1.0",
|
63
64
|
"eslint-plugin-chai-expect": "~3.1.0",
|
64
65
|
"eslint-plugin-mocha": "~10.5.0",
|
65
|
-
"husky": "~9.1.
|
66
|
+
"husky": "~9.1.7",
|
66
67
|
"mocha": "~10.8.2",
|
67
68
|
"prettier": "~3.3.3",
|
68
69
|
"rimraf": "~6.0.1",
|
69
70
|
"tsx": "~4.19.2",
|
70
71
|
"typescript": "~5.6.3",
|
71
|
-
"typescript-eslint": "~8.
|
72
|
+
"typescript-eslint": "~8.15.0"
|
72
73
|
},
|
73
74
|
"license": "MIT"
|
74
75
|
}
|