Skip to content

Commit 73f077b

Browse files
committed
chore: Add dependencies.
1 parent 4e47fed commit 73f077b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"author": "Ayfri",
33
"description": "The argument parser used in the Advanced-Command-Handler.",
4+
"devDependencies": {
5+
"typescript": "^4.3.5"
6+
},
47
"keywords": [
58
"arguments",
69
"args",
@@ -11,6 +14,8 @@
1114
"main": "index.js",
1215
"name": "argument-parser",
1316
"scripts": {
17+
"build": "tsc",
18+
"prepublishOnly": "npm run build"
1419
},
1520
"version": "0.1.0"
1621
}

0 commit comments

Comments
 (0)