-
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) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 825 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": "@rafalpuczel/chisel-ai-toolkit",
"version": "0.0.0",
"description": "Chisel team AI artifacts (skills + rules) distributed through GitHub Packages",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/rafalpuczel/chisel-ai-toolkit.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"files": [
"skills/",
"rules/",
"install.js",
"uninstall.js",
"README.md"
],
"scripts": {
"postinstall": "node install.js",
"validate:skills": "node scripts/validate-skills.js"
},
"bin": {
"ai-toolkit": "./install.js"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/github": "^11.0.0"
}
}