mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
rewrite.
This commit is contained in:
33
package.json
33
package.json
@@ -2,31 +2,20 @@
|
||||
"name": "tktk",
|
||||
"version": "1.4.2",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"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",
|
||||
"turbo": "^1.1.2",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "echo build",
|
||||
"lint": "eslint \"+(lib|api|middleware)/**/*.ts\" --fix",
|
||||
"prepare": "husky install"
|
||||
"turbo": "^1.1.2"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
"apps/*"
|
||||
]
|
||||
"packages/*",
|
||||
"apps/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev --parallel",
|
||||
"lint": "turbo run lint"
|
||||
},
|
||||
"packageManager": "yarn@1.22.17"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user