novel-maker 2.2.0 → 2.2.1
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 +3 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
> 整合业界优秀网文写作工具理念,通过简洁指令+自然语言,帮你从零创作高质量长篇小说。
|
|
4
4
|
> **这是一个技能仓库**,兼容多种主流 AI IDE。
|
|
5
5
|
|
|
6
|
+
[](https://www.npmjs.com/package/novel-maker)
|
|
7
|
+
[](https://www.npmjs.com/package/novel-maker)
|
|
6
8
|
[](LICENSE)
|
|
9
|
+
[](https://github.com/D780/novel-maker)
|
|
7
10
|
[](skill/SKILL.md)
|
|
8
11
|
|
|
9
12
|
## 核心能力
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "novel-maker",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "全能网文写作助手 - 6角色协作架构,支持18款AI编程工具",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,8 +22,16 @@
|
|
|
22
22
|
"trae",
|
|
23
23
|
"skills"
|
|
24
24
|
],
|
|
25
|
-
"author": "",
|
|
25
|
+
"author": "D780",
|
|
26
26
|
"license": "MIT",
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/D780/novel-maker.git"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/D780/novel-maker#readme",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/D780/novel-maker/issues"
|
|
34
|
+
},
|
|
27
35
|
"scripts": {
|
|
28
36
|
"prepublishOnly": "node -e \"const fs=require('fs'),p=require('path');function r(d){for(const f of fs.readdirSync(d,{withFileTypes:true})){const fp=p.join(d,f.name);if(f.isDirectory()){if(f.name==='__pycache__')fs.rmSync(fp,{recursive:true});else r(fp)}}}r('.')\""
|
|
29
37
|
},
|