-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.24 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
38
39
40
41
42
43
44
45
{
"name": "filepond-plugin-pdf-convert",
"version": "1.0.3",
"description": "Include PDF file convertor plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandreDavid/filepond-plugin-pdf-convert.git"
},
"main": "dist/filepond-plugin-pdf-convert.js",
"browser": "dist/filepond-plugin-pdf-convert.js",
"module": "dist/filepond-plugin-image-pdf-convert.esm.js",
"files": [
"dist",
"types/*.d.ts"
],
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx rollup -c -w",
"build": "npx rollup -c"
},
"keywords": [
"filepond",
"pdf"
],
"author": "alexandreDavid",
"license": "MIT",
"peerDependencies": {
"filepond": ">=1.8.x <5.x"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"prettier": "^2.2.1",
"rollup": "^2.35.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"bugs": {
"url": "https://github.com/alexandreDavid/filepond-plugin-pdf-convert/issues"
},
"homepage": "https://github.com/alexandreDavid/filepond-plugin-pdf-convert#readme"
}