product-runner 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "product-runner",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Scaffold de docs para projetos TypeScript com desenvolvimento assistido por AI: gera CLAUDE.md + docs/ a partir de templates vivos (common + perfil cli/ssr).",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Henriquehgb/product-runner.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/Henriquehgb/product-runner#readme",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/Henriquehgb/product-runner/issues"
|
|
13
|
+
},
|
|
6
14
|
"bin": {
|
|
7
15
|
"product-runner": "dist/cli.js"
|
|
8
16
|
},
|