|
1 | 1 | {
|
2 | 2 | "name": "@manuth/generator-wsc-package",
|
3 | 3 | "version": "3.0.3",
|
4 |
| - "type": "commonjs", |
| 4 | + "type": "module", |
5 | 5 | "description": "A Generator for WoltLab Suite Core Packages.",
|
6 | 6 | "author": "Manuel Thalmann <[email protected]>",
|
7 | 7 | "license": "MIT",
|
|
31 | 31 | "rebuild": "npm run clean && npm run build",
|
32 | 32 | "watch": "npm run build -- --watch",
|
33 | 33 | "clean": "npm run build -- --clean && rimraf ./lib",
|
34 |
| - "lint": "eslint --max-warnings 0 ./src .eslintrc.js", |
| 34 | + "lint": "eslint --max-warnings 0 ./src .eslintrc.cjs", |
35 | 35 | "lint-ide": "npm run lint || exit 0",
|
36 | 36 | "test": "mocha",
|
37 | 37 | "prepare": "npm run patch-ts && npm run rebuild",
|
38 | 38 | "patch-ts": "ts-patch install"
|
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 |
| - "@manuth/extended-yo-generator": "^11.0.7", |
42 |
| - "@manuth/generator-ts-project": "^3.1.0", |
43 |
| - "@manuth/package-json-editor": "^2.2.6", |
| 41 | + "@manuth/extended-yo-generator": "^12.1.2", |
| 42 | + "@manuth/generator-ts-project": "^4.0.3", |
| 43 | + "@manuth/package-json-editor": "^3.0.2", |
44 | 44 | "@manuth/temp-files": "^2.0.9",
|
45 | 45 | "chalk": "^4.1.2",
|
46 | 46 | "dedent": "^0.7.0",
|
| 47 | + "dependency-package-path": "^1.0.0", |
47 | 48 | "fs-extra": "^10.1.0",
|
48 | 49 | "inquirer": "^8.2.4",
|
49 | 50 | "lodash.kebabcase": "^4.1.1",
|
50 | 51 | "pascalcase": "^1.0.0",
|
51 |
| - "ts-morph": "^15.1.0", |
| 52 | + "ts-morph": "^16.0.0", |
52 | 53 | "upath": "^2.0.1",
|
53 | 54 | "yosay": "^2.0.2"
|
54 | 55 | },
|
55 | 56 | "devDependencies": {
|
56 | 57 | "@manuth/eslint-plugin-typescript": "^3.3.4",
|
57 |
| - "@manuth/extended-yo-generator-test": "^11.0.7", |
58 |
| - "@manuth/generator-ts-project-test": "^3.1.0", |
| 58 | + "@manuth/extended-yo-generator-test": "^12.1.2", |
| 59 | + "@manuth/generator-ts-project-test": "^4.0.3", |
59 | 60 | "@manuth/tsconfig": "^3.0.2",
|
60 | 61 | "@manuth/woltlab-compiler": "^3.0.1",
|
61 | 62 | "@types/dedent": "^0.7.0",
|
62 | 63 | "@types/fs-extra": "^9.0.13",
|
63 | 64 | "@types/inquirer": "^8.2.3",
|
64 | 65 | "@types/lodash.kebabcase": "^4.1.7",
|
65 | 66 | "@types/mocha": "^9.1.1",
|
66 |
| - "@types/mock-require": "^2.0.1", |
67 | 67 | "@types/mute-stream": "^0.0.1",
|
68 | 68 | "@types/node": "^18.7.16",
|
69 | 69 | "@types/npm": "^7.19.0",
|
| 70 | + "@types/npm-which": "^3.0.1", |
70 | 71 | "@types/pascalcase": "^1.0.1",
|
71 | 72 | "@types/sinon": "^10.0.13",
|
72 | 73 | "@types/ts-nameof": "^4.2.1",
|
|
75 | 76 | "@types/yosay": "2.0.1",
|
76 | 77 | "eslint": "^8.23.0",
|
77 | 78 | "mocha": "^10.0.0",
|
78 |
| - "mock-require": "^3.0.3", |
79 | 79 | "mock-stdin": "^1.0.0",
|
80 | 80 | "mute-stream": "^0.0.8",
|
| 81 | + "npm-which": "^3.0.1", |
81 | 82 | "random-js": "^2.1.0",
|
82 | 83 | "rimraf": "^3.0.2",
|
83 | 84 | "sinon": "^14.0.0",
|
|
0 commit comments