UNPKG

tiktok-scraper-nowatermarks

Version:

Wrapper for TikFast to download videos without watermarks

71 lines (70 loc) 2.27 kB
{ "name": "tiktok-scraper-nowatermarks", "version": "1.0.13", "description": "Wrapper for TikFast to download videos without watermarks", "main": "./lib/index.js", "types": "lib/index.d.ts", "scripts": { "prebuild": "npm run format", "build": "tsc && ts-node copyStaticAssets.ts", "format": "prettier --write \"src/**/*.ts\"", "dev": "ts-node-dev ./src/index.ts", "test": "jest --config jestconfig.json ", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A", "postversion": "git push && git push --tags", "lint": "eslint ./src/**/*.ts --fix", "npmpublish": "npm publish", "patch": "npm version patch && npm run npmpublish" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/swherden/tiktok-scraper-nowatermarks.git" }, "keywords": [ "tiktok", "scraper", "tiktok-scraper", "tiktok-scraper-nowatermarks", "tiktok-scraper-no-watermarks", "typescript", "nodejs", "api", "node" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/swherden/tiktok-scraper-nowatermarks/issues" }, "homepage": "https://github.com/swherden/tiktok-scraper-nowatermarks#readme", "devDependencies": { "@types/jest": "^29.2.2", "@types/node": "^18.7.18", "@types/shelljs": "^0.8.11", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "dotenv": "^16.0.2", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-prettier": "^3.1.2", "jest": "^29.3.1", "prettier": "^2.7.1", "shelljs": "^0.8.5", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^4.8.4" }, "dependencies": { "node-fetch": "^3.2.10" } }