-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"name": "@harperfast/skills",
"version": "1.1.3",
"description": "Best practices for making awesome Harper apps with your favorite Agent",
"keywords": [],
"homepage": "https://github.com/harperfast",
"bugs": {
"url": "https://github.com/harperfast/skills/issues"
},
"license": "Apache License 2.0",
"author": {
"name": "Harper",
"email": "support@harperdb.io"
},
"repository": "github:HarperFast/skills",
"type": "module",
"scripts": {
"format": "oxfmt",
"validate": "oxfmt --check && node scripts/validate-skills.mjs"
},
"devDependencies": {
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.3",
"@semantic-release/npm": "^13.1.3",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/node": "^25.2.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"dprint": "^0.51.1",
"gray-matter": "^4.0.3",
"oxfmt": "^0.41.0",
"semantic-release": "^25.0.3"
}
}