Skip to content

Commit 43b2c9a

Browse files
committed
Prepare package.json for publishing
1 parent b64e4ed commit 43b2c9a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,36 @@
22
"name": "better-enums",
33
"version": "0.0.1",
44
"description": "Better enums for TypeScript",
5+
"keywords": [
6+
"enum",
7+
"union",
8+
"typescript"
9+
],
510
"main": "dist/index.js",
611
"module": "dist/index.mjs",
712
"types": "dist/index.d.ts",
13+
"files": [
14+
"dist/"
15+
],
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/matejchalk/better-enums.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/matejchalk/better-enums/issues"
22+
},
23+
"homepage": "https://matejchalk.github.io/better-enums/",
824
"scripts": {
25+
"prepublishOnly": "npm run build",
926
"build": "tsup",
1027
"test": "jest",
1128
"docs": "typedoc"
1229
},
1330
"author": "Matěj Chalk <[email protected]>",
1431
"license": "MIT",
32+
"peerDependencies": {
33+
"typescript": "^5.0.0"
34+
},
1535
"devDependencies": {
1636
"@mxssfd/typedoc-theme": "^1.1.2",
1737
"@tsd/typescript": "^5.1.6",

0 commit comments

Comments
 (0)