-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 909 Bytes
/
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
{
"name": "@mobilelocker/electron-pdftron-window",
"version": "1.0.12",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "mkdir -p dist/webviewer && rsync -avz --delete node_modules/@pdftron/webviewer/public/ dist/webviewer/",
"compile": "babel src/index.js -d dist",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/mobilelocker/electron-pdftron-window.git"
},
"files": [
"dist/",
"node_modules/"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@pdftron/webviewer": "^8.3.0",
"deep-extend": "^0.5.1",
"electron-log": "^4.4.6",
"is-electron-renderer": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11"
}
}