-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 972 Bytes
/
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
{
"name": "fixthreads",
"version": "1.7.6",
"main": "index.ts",
"scripts": {
"start": "tsx ./src/index.ts",
"dev": "tsx --watch ./src/index.ts",
"cloudflare": "cloudflared tunnel --config ./cloudflare.yaml run",
"docker": "bash ./build.sh"
},
"dependencies": {
"cloudflare-express": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"express-rate-limit": "7.5.0",
"instagram-private-api": "^1.46.1",
"node-fetch": "^3.3.2",
"tsx": "4.19.2"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/escape-html": "^1.0.4",
"@types/express": "^4.17.21",
"typescript": "^5.1.6",
"gts": "^6.0.0"
},
"typeRoots": [
"./node_modules/@types",
"./src/types"
],
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}