Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
add types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Jan 6, 2021
1 parent 805609c commit b06e1d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
"author": "Jens Krumsieck",
"license": "MIT",
"dependencies": {
"@types/node": "^14.14.20",
"axios": "^0.21.1",
"he": "^1.2.0",
"node-html-parser": "^1.2.20",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit b06e1d5

Please sign in to comment.