-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 753 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
{
"name": "thinking-words",
"version": "1.0.0",
"description": "切换 Claude Code 的思考词组(spinner verbs)",
"license": "MIT",
"type": "module",
"bin": {
"thinking-words": "./index.mjs"
},
"scripts": {
"start": "node index.mjs",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"claude-code",
"skill",
"spinner",
"thinking-words"
],
"engines": {
"node": ">=18"
},
"files": [
"index.mjs",
"src/",
"SKILL.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imhet/thinking-words.git"
},
"bugs": {
"url": "https://github.com/imhet/thinking-words/issues"
},
"homepage": "https://github.com/imhet/thinking-words#readme"
}