Skip to content

Commit 4e47fed

Browse files
committed
chore: Add package.json.
1 parent 19be713 commit 4e47fed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"author": "Ayfri",
3+
"description": "The argument parser used in the Advanced-Command-Handler.",
4+
"keywords": [
5+
"arguments",
6+
"args",
7+
"parser",
8+
"discord.js"
9+
],
10+
"license": "GNU",
11+
"main": "index.js",
12+
"name": "argument-parser",
13+
"scripts": {
14+
},
15+
"version": "0.1.0"
16+
}

0 commit comments

Comments
 (0)