-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 937 Bytes
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
{
"name": "windcode",
"version": "0.4.3",
"description": "npm CLI wrapper for the Windcode terminal coding agent",
"license": "Apache-2.0",
"author": "Tingfeng347",
"type": "module",
"bin": {
"windcode": "npm/bin/windcode.js"
},
"files": [
"npm/bin/",
"npm/lib/",
"README.md",
"README.en.md",
"LICENSE"
],
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node --test npm/test/*.test.js",
"pack:check": "pnpm publish --dry-run --access public --no-git-checks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tingfeng347/windcode.git"
},
"bugs": {
"url": "https://github.com/tingfeng347/windcode/issues"
},
"homepage": "https://github.com/tingfeng347/windcode#readme",
"keywords": [
"ai",
"coding-agent",
"cli",
"terminal"
],
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@10.34.5"
}