-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.01 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@ruobai/lingshu",
"version": "0.2.6",
"description": "灵枢架构 CLI — AI 原生项目脚手架 | 若白知行出品",
"type": "module",
"bin": {
"lingshu": "./bin/lingshu.mjs"
},
"scripts": {
"test": "node --test tests/*.test.mjs",
"smoke": "node tests/smoke.test.mjs",
"prepublishOnly": "npm test"
},
"files": [
"bin",
"src",
"templates",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"lingshu",
"ruobai",
"scaffold",
"ai-native",
"claude-code",
"codex",
"cursor",
"agents",
"ssot",
"monorepo"
],
"author": "imrui (若白知行) <hilo.sky.do@gmail.com>",
"homepage": "https://ruobai.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/imrui/lingshu-cli.git"
},
"bugs": {
"url": "https://github.com/imrui/lingshu-cli/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}