-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 938 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 938 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
36
37
38
39
40
41
{
"name": "@silkjs/pdf",
"version": "0.2.0",
"main": "dist/main.js",
"typings": "typings/index.d.ts",
"description": "pdfkit for browser",
"keywords": [
"browser",
"async",
"pdf"
],
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production"
},
"devDependencies": {
"arraybuffer-loader": "^1.0.7",
"blob-stream": "^0.1.3",
"brfs": "^2.0.2",
"parcel-bundler": "^1.12.3",
"pdfkit": "^0.10.0",
"raw-loader": "^3.1.0",
"transform-loader": "^0.2.4",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"@types/node": "*",
"@types/pdfkit": "^0.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silkjs/pdfkit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/silkjs/pdfkit/issues"
},
"homepage": "https://github.com/silkjs/pdfkit#readme"
}