mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "tktk",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^11.8.2",
|
|
"ioredis": "^4.28.0",
|
|
"ow": "^0.28.1",
|
|
"vm2": "^3.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ioredis": "^4.28.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
"@typescript-eslint/parser": "^5.3.0",
|
|
"@vercel/node": "^1.12.1",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"husky": "^7.0.4",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"scripts": {
|
|
"build": "echo build",
|
|
"lint": "eslint \"+(lib|api|middleware)/**/*.ts\" --fix",
|
|
"prepare": "husky install"
|
|
}
|
|
}
|