|
1 | 1 | {
|
2 | 2 | "name": "node-git-server",
|
3 |
| - "version": "1.0.0-beta.30", |
| 3 | + "version": "1.0.0-beta.31", |
4 | 4 | "description": "🎡 A configurable git server written in Node.js",
|
5 | 5 | "author": "Gabriel J. Csapo <[email protected]>",
|
6 | 6 | "contributors": [
|
|
24 | 24 | },
|
25 | 25 | "main": "dist/index.js",
|
26 | 26 | "engine": {
|
27 |
| - "node": ">= 14" |
| 27 | + "node": ">= 16" |
28 | 28 | },
|
29 | 29 | "scripts": {
|
30 | 30 | "lint": "eslint src/*",
|
|
37 | 37 | "through": "^2.3.8"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@types/node": "^15.6.1", |
41 |
| - "@types/node-fetch": "^2.5.12", |
| 40 | + "@types/node": "^18.0.3", |
| 41 | + "@types/node-fetch": "^2.6.2", |
42 | 42 | "@types/through": "^0.0.30",
|
43 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
44 |
| - "@typescript-eslint/parser": "^5.0.0", |
45 |
| - "eslint": "^8.6.0", |
46 |
| - "eslint-config-prettier": "^8.3.0", |
47 |
| - "eslint-plugin-prettier": "^4.0.0", |
48 |
| - "node-fetch": "^2.6.6", |
49 |
| - "prettier": "^2.5.1", |
50 |
| - "ts-node": "^10.4.0", |
51 |
| - "typescript": "^4.5.4", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.30.5", |
| 44 | + "@typescript-eslint/parser": "^5.30.5", |
| 45 | + "eslint": "^8.19.0", |
| 46 | + "eslint-config-prettier": "^8.5.0", |
| 47 | + "eslint-plugin-prettier": "^4.2.1", |
| 48 | + "node-fetch": "^3.2.6", |
| 49 | + "prettier": "^2.7.1", |
| 50 | + "typescript": "^4.7.4", |
52 | 51 | "vitest": "^0.18.0"
|
53 | 52 | }
|
54 | 53 | }
|
0 commit comments