create-genshin-ts 0.1.0 → 0.1.2

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.
package/README.md CHANGED
@@ -6,4 +6,4 @@ Scaffold a Genshin-TS project.
6
6
 
7
7
  ```bash
8
8
  npm create genshin-ts
9
- ```
9
+ ```
package/package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "name": "create-genshin-ts",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Create a Genshin-TS project",
5
5
  "type": "module",
6
+ "author": "josStorer <josstorer@outlook.com> (https://github.com/josStorer)",
7
+ "homepage": "https://github.com/josStorer/genshin-ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/josStorer/genshin-ts"
11
+ },
12
+ "keywords": [
13
+ "genshin",
14
+ "genshin-ts",
15
+ "typescript",
16
+ "compiler"
17
+ ],
18
+ "license": "MIT",
6
19
  "bin": {
7
20
  "create-genshin-ts": "bin/create-genshin-ts.mjs"
8
21
  },
@@ -1,6 +1,6 @@
1
1
  # __PROJECT_NAME__
2
2
 
3
- 这是一个基于 genshin-ts 的千星奇遇项目模板。你可以用 TypeScript 写逻辑,编译为节点图并注入到地图。
3
+ 这是一个基于 genshin-ts 的千星奇域项目模板。你可以用 TypeScript 写逻辑,编译为节点图并注入到地图。
4
4
 
5
5
  ## 快速开始
6
6
 
@@ -9,7 +9,7 @@ npm install
9
9
  npm run dev
10
10
  ```
11
11
 
12
- 文档站:`https://gsts.moe`
12
+ 文档站:`https://gsts.moe/zh`
13
13
 
14
14
  ## 项目结构
15
15
 
@@ -12,7 +12,7 @@
12
12
  "backup": "gsts open backup"
13
13
  },
14
14
  "dependencies": {
15
- "genshin-ts": "^0.1.0"
15
+ "genshin-ts": "latest"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^24.10.1",