diff --git a/package.json b/package.json index dde0885..5a859bd 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,12 @@ "name": "API-REST", "version": "1.1.0", "description": "turu", - "main": "node index.js", + "main": "index.js", "scripts": { - "start": "nodemon index.js" + "start": "node index.js" + }, + "engines": { + "node": "20.x" }, "repository": { "type": "git", @@ -22,22 +25,21 @@ "url": "https://github.com/inirey/API-REST/issues" }, "dependencies": { + "api-rey": "1.1.0", "axios": "^0.21.1", "base-64": "^1.0.0", "base32": "0.0.6", + "canvacord": "^5.2.1", + "canvas": "^2.8.0", + "canvas-hikki": "github:ZyxMapLe/canvas-hikki", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.5", "child_process": "^1.0.2", - "facebook-video-link": "^1.0.2", "cors": "^2.8.5", - "tiktok-scraper-without-watermark": "^1.1.2", - "path": "^0.12.7", "dotenv": "^8.2.0", - "canvacord": "^5.2.1", - "canvas": "^2.8.0", - "canvas-hikki": "github:ZyxMapLe/canvas-hikki", "emoji-api": "^2.0.0", "express": "^4.17.1", + "facebook-video-link": "^1.0.2", "fbdl-core": "^1.0.2", "form-data": "^4.0.0", "fs": "0.0.1-security", @@ -51,13 +53,13 @@ "needle": "^3.0.0", "node-fetch": "^2.6.1", "nodemon": "^2.0.7", + "path": "^0.12.7", "request": "^2.88.2", + "skh-api": "2.1.1", "ssl-express-www": "^3.0.7", - "skh-api": "^1.0.0", "tiktok-scraper": "^1.4.12", + "tiktok-scraper-without-watermark": "^1.1.2", "urlencode": "^1.1.0", - "skh-api": "2.1.1", - "api-rey": "1.1.0", "zrapi": "0.0.6" }, "homepage": "https://github.com/inirey/API-REST#readme"