-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 957 Bytes
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
{
"name": "discord-scraper",
"version": "1.0.0",
"description": "Scrape Discord Channels without hitting the Rate Limits",
"homepage": "https://github.com/ColdranAI/Discord-Channel-Scraper",
"bugs": {
"url": "https://github.com/ColdranAI/Discord-Channel-Scraper/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ColdranAI/Discord-Channel-Scraper.git"
},
"license": "ISC",
"author": "",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev --parallel",
"dev:web": "turbo dev --filter=web",
"dev:backend": "turbo dev --filter=backend",
"start": "turbo start",
"lint": "turbo lint",
"type-check": "turbo type-check",
"clean": "turbo clean",
"install:all": "pnpm install",
"go:tidy": "turbo tidy --filter=backend"
},
"devDependencies": {
"turbo": "^2.2.3"
},
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18"
}
}