-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
37
{
"name": "canvas-module-pdf-downloader",
"version": "1.3.0",
"description": "Download all PDFs from a Canvas module either individually or as a combined file. ~ by @joshsj89 on GitHub",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshsj89/Canvas-Module-PDF-Downloader.git"
},
"keywords": [
"canvas",
"lms"
],
"author": "Josh Kindarara",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshsj89/Canvas-Module-PDF-Downloader/issues"
},
"homepage": "https://github.com/joshsj89/Canvas-Module-PDF-Downloader#readme",
"devDependencies": {
"@types/chrome": "^0.0.254",
"@types/node": "^20.10.6",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/jszip": "^3.4.1",
"pdf-lib": "^1.17.1"
}
}