We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f9c91 commit a494432Copy full SHA for a494432
package.json
@@ -2,7 +2,20 @@
2
"name": "ts-cli-template",
3
"module": "src/index.ts",
4
"type": "module",
5
- "private": true,
+ "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
+ ],
19
"scripts": {
20
"prepare": "husky",
21
"fmt": "biome check --write --unsafe .",
0 commit comments