We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dd209 commit 86bfb56Copy full SHA for 86bfb56
1 file changed
packages/what-is-dis/package.json
@@ -5,10 +5,29 @@
5
"main": "dist/index.cjs",
6
"types": "dist/index.d.ts",
7
"module": "dist/index.js",
8
+ "license": "MIT",
9
"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
17
"files": [
18
"dist"
19
],
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
31
"scripts": {
32
"build": "tsup",
33
"build:watch": "tsup --watch",
0 commit comments