Added Typescript as dependency.

This commit is contained in:
th3r00t
2023-03-11 09:46:14 -05:00
parent 64d606f0a4
commit b38f7cc919

View File

@@ -29,9 +29,11 @@
},
"homepage": "https://github.com/th3r00t/pyShelf#readme",
"dependencies": {
"bulma": "^0.9.4"
"bulma": "^0.9.4",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0"