Skip to content

Commit a494432

Browse files
committed
chore: Set meta
1 parent 65f9c91 commit a494432

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22
"name": "ts-cli-template",
33
"module": "src/index.ts",
44
"type": "module",
5-
"private": true,
5+
"version": "0.0.0",
6+
"author": "koki-develop <[email protected]>",
7+
"homepage": "https://github.com/koki-develop/TODO",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/koki-develop/TODO.git"
11+
},
12+
"license": "MIT",
13+
"bin": {
14+
"TODO": "dist/index.js"
15+
},
16+
"files": [
17+
"dist"
18+
],
619
"scripts": {
720
"prepare": "husky",
821
"fmt": "biome check --write --unsafe .",

0 commit comments

Comments
 (0)