Skip to content

Commit 86bfb56

Browse files
committed
chore: add metadata for package.json
1 parent 28dd209 commit 86bfb56

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

packages/what-is-dis/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,29 @@
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",
77
"module": "dist/index.js",
8+
"license": "MIT",
89
"homepage": "https://github.com/softnetics/what-is-dis",
10+
"bugs": {
11+
"url": "https://github.com/softnetics/what-is-dis"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/softnetics/what-is-dis.git"
16+
},
917
"files": [
1018
"dist"
1119
],
20+
"keywords": [
21+
"typescript",
22+
"discord",
23+
"discord.js",
24+
"type-safe"
25+
],
26+
"author": {
27+
"name": "Saenyakorn Siangsanoh",
28+
"email": "me@saenyakorn.dev",
29+
"url": "https://saenyakorn.dev"
30+
},
1231
"scripts": {
1332
"build": "tsup",
1433
"build:watch": "tsup --watch",

0 commit comments

Comments
 (0)