-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
37
{
"name": "offline_academy",
"version": "1.2.0",
"description": "Chrome extension which allows downloading online literature like Cisco NetAcad Lessons or digi4school books that normally wouldn't be accessible offline.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melektron/offline_academy.git"
},
"author": "melektron",
"license": "ISC",
"bugs": {
"url": "https://github.com/melektron/offline_academy/issues"
},
"homepage": "https://github.com/melektron/offline_academy#readme",
"devDependencies": {
"@types/chrome": "^0.0.235",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"@types/blob-stream": "^0.1.31",
"@types/pdfkit": "^0.12.12",
"@types/svg-to-pdfkit": "^0.1.1",
"blob-stream": "^0.1.3",
"node-polyfill-webpack-plugin": "^2.0.1",
"pdfkit": "^0.13.0",
"svg-to-pdfkit": "^0.1.8"
}
}