Removed express dependency (using bultin http)

This commit is contained in:
Pablo Ferreiro
2022-04-28 23:53:59 +02:00
parent 35cfd078e6
commit e3e511530b
5 changed files with 76 additions and 368 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "signtok",
"version": "1.0.0",
"version": "1.1.0",
"description": "Sign your TikTok requests easily",
"repository": "https://github.com/pablouser1/SignTok",
"author": "Pablo Ferreiro",
@@ -12,7 +12,6 @@
"dependencies": {
"canvas": "^2.9.1",
"crypto-js": "^4.1.1",
"express": "^4.17.3",
"jsdom": "^19.0.0"
}
}