Add development dependencies

This commit is contained in:
Jack Hadrill
2022-01-29 11:00:51 +00:00
parent ac8778443d
commit 736c1b208b
2 changed files with 5266 additions and 1 deletions

View File

@@ -11,5 +11,9 @@
"url": "https://git.jacknet.io/TerribleCodeClub/romulus-js"
},
"author": "Butlersaurus",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"ts-standard": "^11.0.0",
"typescript": "^4.5.5"
}
}