We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6f3d8 commit 09e61c6Copy full SHA for 09e61c6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-githat-app",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "GitHat CLI — scaffold apps and manage the skills marketplace",
5
"type": "module",
6
"bin": {
@@ -48,13 +48,20 @@
48
"mcp",
49
"ai-agents"
50
],
51
- "license": "SEE LICENSE IN LICENSE",
+ "license": "Proprietary",
52
+ "homepage": "https://githat.io",
53
+ "bugs": {
54
+ "url": "https://github.com/GitHat-IO/create-githat-app/issues"
55
+ },
56
"publishConfig": {
57
"access": "public",
58
"registry": "https://registry.npmjs.org/"
59
},
60
"repository": {
61
"type": "git",
62
"url": "git+https://github.com/GitHat-IO/create-githat-app.git"
63
64
+ "engines": {
65
+ "node": ">=18"
66
}
67
0 commit comments