forked from SkyCloudDev/ForumPostDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 744 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 744 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
{
"name": "forum-post-downloader",
"version": "2.5.2",
"description": "Downloads images and videos from all the popular hosts.",
"scripts": {
"build": "node build.js",
"dev": "concurrently \"chokidar build.js ./src/* -c 'node build.js'\" \"node server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyCloudDev/ForumPostDownloader.git"
},
"author": "x111000111",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/SkyCloudDev/ForumPostDownloader/issues"
},
"homepage": "https://github.com/SkyCloudDev/ForumPostDownloader#readme",
"devDependencies": {
"chokidar-cli": "^3.0.0",
"concurrently": "^7.5.0",
"express": "^4.18.2",
"prettier": "^2.7.1"
}
}