We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be2d66 commit 433eaa4Copy full SHA for 433eaa4
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "@ahnopologetic/prd",
3
+ "private": false,
4
"description": "Create a product requirement document (PRD) interactively",
5
"version": "1.0.0",
6
"author": "ahnopologetic <stahn1995@gmail.com>",
7
"bin": {
- "prd": "./bin/run.js"
8
+ "prd": "bin/run.js"
9
},
10
"bugs": "https://github.com/ahnopologetic/prd/issues",
11
"dependencies": {
@@ -71,7 +72,10 @@
71
72
}
73
74
- "repository": "ahnopologetic/prd",
75
+ "repository": {
76
+ "type": "git",
77
+ "url": "git+https://github.com/ahnopologetic/prd.git"
78
+ },
79
"scripts": {
80
"build": "shx rm -rf dist && tsc -b",
81
"lint": "eslint . --ext .ts",
0 commit comments