We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e47fed commit 73f077bCopy full SHA for 73f077b
1 file changed
package.json
@@ -1,6 +1,9 @@
1
{
2
"author": "Ayfri",
3
"description": "The argument parser used in the Advanced-Command-Handler.",
4
+ "devDependencies": {
5
+ "typescript": "^4.3.5"
6
+ },
7
"keywords": [
8
"arguments",
9
"args",
@@ -11,6 +14,8 @@
11
14
"main": "index.js",
12
15
"name": "argument-parser",
13
16
"scripts": {
17
+ "build": "tsc",
18
+ "prepublishOnly": "npm run build"
19
},
20
"version": "0.1.0"
21
}
0 commit comments