-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 736 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "skill-manager",
"version": "0.3.1",
"description": "Claude Code plugin that shows all your installed skills, their sources, structural issues, and available updates",
"type": "module",
"main": "scripts/index.js",
"scripts": {
"check": "node scripts/index.js check",
"check:offline": "node scripts/index.js check --no-update",
"test": "node --test tests/unit/*.test.js tests/integration/*.test.js",
"test:unit": "node --test tests/unit/*.test.js",
"test:integration": "node --test tests/integration/*.test.js",
"test:coverage": "node --test --experimental-test-coverage tests/unit/*.test.js tests/integration/*.test.js"
},
"engines": {
"node": ">=18.18.0"
},
"license": "MIT"
}