-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "dtiktok",
"version": "4.3.1",
"description": "Download TikTok videos or photos without watermark",
"type": "module",
"module": "worker.js",
"repository": {
"type": "git",
"url": "https://github.com/heismauri/dtiktok.git"
},
"author": "heismauri",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/heismauri/dtiktok/issues"
},
"homepage": "https://dtiktok.heismauri.com",
"scripts": {
"start": "wrangler dev",
"build": "wrangler deploy --dry-run --outdir dist",
"test": "yarn build && node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js",
"lint": "eslint . --ext .js",
"deploy": "yarn lint && yarn test && wrangler deploy"
},
"devDependencies": {
"dotenv": "16.3.1",
"eslint": "8.48.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"jest": "29.6.4",
"jest-environment-miniflare": "2.14.1",
"miniflare": "3.20240320.0",
"undici": "^5.28.2",
"wrangler": "3.37.0"
}
}