We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f38082 commit 2c5b38dCopy full SHA for 2c5b38d
1 file changed
package.json
@@ -6,6 +6,25 @@
6
"bin": {
7
"task-tracker": "dist/cli.js"
8
},
9
+ "files": [
10
+ "dist",
11
+ "LICENSE",
12
+ "README.md"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/metyatech/task-tracker.git"
20
21
+ "bugs": {
22
+ "url": "https://github.com/metyatech/task-tracker/issues"
23
24
+ "homepage": "https://github.com/metyatech/task-tracker",
25
+ "engines": {
26
+ "node": ">=18"
27
28
"scripts": {
29
"build": "tsup",
30
"test": "vitest run",
0 commit comments