tk4-downloader
Version:
Modern TikTok video downloader with FHD quality and no watermark
83 lines (82 loc) • 2.17 kB
JSON
{
"name": "tk4-downloader",
"version": "1.6.0",
"description": "Modern TikTok video downloader with FHD quality and no watermark",
"main": "dist/tiktok.js",
"type": "module",
"bin": {
"tk4": "./dist/cli.js"
},
"scripts": {
"start": "node index.js",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"test:coverage": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"prepare": "npm run build",
"build": "node build.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"clean": "rm -rf dist coverage",
"prepublishOnly": "npm run test && npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/lyssadev/tk4-downloader.git"
},
"keywords": [
"tiktok",
"downloader",
"video",
"fhd",
"no-watermark",
"tiktok-downloader",
"video-downloader"
],
"authors": [
"lyssadev",
"chifft"
],
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.2.0",
"figlet": "^1.7.0",
"got": "^13.0.0",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.15",
"node-fetch": "^3.3.2",
"ora": "^8.0.1",
"terminal-link": "^3.0.0",
"update-notifier": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/preset-env": "^7.26.7",
"@jest/globals": "^29.7.0",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"prettier": "^3.2.5"
},
"engines": {
"node": ">=16"
},
"bugs": {
"url": "https://github.com/lyssadev/tk4-downloader/issues"
},
"homepage": "https://github.com/lyssadev/tk4-downloader#readme",
"files": [
"dist",
"README.md",
"DOCS.md",
"LICENSE",
"CHANGELOG.md"
]
}