@kurone-kito/typescript-config 0.22.0-alpha.4 → 0.22.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # 🟦 `@kurone-kito/typescript-config`
2
2
 
3
+ ![NPM Version](https://img.shields.io/npm/v/%40kurone-kito%2Ftypescript-config)
4
+ ![Node Current](https://img.shields.io/node/v/%40kurone-kito%2Ftypescript-config)
5
+ ![NPM Last Update](https://img.shields.io/npm/last-update/%40kurone-kito%2Ftypescript-config)
6
+ ![NPM Downloads](https://img.shields.io/npm/dy/%40kurone-kito%2Ftypescript-config)
7
+ ![npms.io](https://img.shields.io/npms-io/final-score/%40kurone-kito/typescript-config)
8
+
3
9
  My TypeScript configuration for general Node.js projects.
4
10
 
5
11
  ## System Requirements
6
12
 
7
13
  - Node.js: Any of the following versions
8
- - Iron LTS (`^20.11.x`)
14
+ - Iron LTS (`^20.18.x`)
9
15
  - Jod LTS (`^22.x.x`)
10
16
  - Krypton LTS (`^24.x.x`)
11
17
  - Latest (`>=25.x.x`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurone-kito/typescript-config",
3
- "version": "0.22.0-alpha.4",
3
+ "version": "0.22.0-alpha.6",
4
4
  "description": "My TypeScript configuration for general projects",
5
5
  "keywords": [
6
6
  "config",
@@ -23,20 +23,24 @@
23
23
  "tsconfig.json"
24
24
  ],
25
25
  "devDependencies": {
26
- "cpy-cli": "^6.0.0",
27
- "rimraf": "^6.1.2",
26
+ "cpy-cli": "^7.0.0",
27
+ "rimraf": "^6.1.3",
28
28
  "typescript": "~5.9.3"
29
29
  },
30
30
  "peerDependencies": {
31
+ "@typescript/native-preview": "*",
31
32
  "typescript": ">=5.7.x"
32
33
  },
33
34
  "peerDependenciesMeta": {
35
+ "@typescript/native-preview": {
36
+ "optional": true
37
+ },
34
38
  "typescript": {
35
39
  "optional": true
36
40
  }
37
41
  },
38
42
  "engines": {
39
- "node": "^20.11 || ^22 || >=24"
43
+ "node": "^20.18 || ^22 || >=24"
40
44
  },
41
45
  "publishConfig": {
42
46
  "access": "public"