Moved to JS, using JSDOM and added Docker

This commit is contained in:
Pablo Ferreiro
2022-04-17 22:30:27 +02:00
parent 912e09882f
commit 6980abbef9
20 changed files with 1274 additions and 198 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "signtok",
"version": "1.0.0",
"description": "Sign your TikTok requests easily",
"repository": "https://github.com/pablouser1/SignTok",
"author": "Pablo Ferreiro",
"license": "MIT",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"canvas": "^2.9.1",
"crypto-js": "^4.1.1",
"express": "^4.17.3",
"jsdom": "^19.0.0"
}
}