Skip to content

Commit 4226ba0

Browse files
committed
Update package.json
1 parent 2674cce commit 4226ba0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"name": "my-starter-ts-npm-cli-and-lib",
33
"version": "0.1.0",
44
"description": "Typescript で CLI とライブラリの npm パッケージを作成するためのスターター。",
5+
"license": "MIT",
6+
"keywords": [],
57
"main": "dist/index.js",
8+
"types": "dist/index.d.ts",
69
"files": [
710
"dist"
811
],
912
"bin": {
1013
"count": "./dist/main.js"
1114
},
12-
"license": "MIT",
1315
"scripts": {
1416
"start": "tsc && node dist/main.js",
1517
"start:watch": "nodemon --watch src --ext ts --exec ts-node src/main.ts",
@@ -32,6 +34,5 @@
3234
"ts-jest": "^26.5.5",
3335
"ts-node": "^9.1.1",
3436
"typescript": "^4.2.4"
35-
},
36-
"keywords": []
37+
}
3738
}

0 commit comments

Comments
 (0)