{
  "name": "@dctw/my-pdf",
  "version": "2.0.1",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YahnHaurChiang/my-pdf.git"
  },
  "bugs": {
    "url": "https://github.com/YahnHaurChiang/my-pdf/issues"
  },
  "homepage": "https://github.com/YahnHaurChiang/my-pdf#readme",
  "license": "MIT",
  "devDependencies": {
    "@ionic/core": "^5.0.5",
    "@stencil/core": "^1.8.11",
    "@stencil/sass": "^1.1.1",
    "@types/file-saver": "^2.0.1",
    "@types/node": "^13.9.2",
    "@types/sortablejs": "^1.10.4",
    "rollup-plugin-node-polyfills": "^0.2.1"
  },
  "dependencies": {
    "@amcharts/amcharts4": "^4.9.12",
    "@stencil/redux": "^0.1.2",
    "bootstrap": "^4.4.1",
    "dom-to-image": "^2.6.0",
    "downloadjs": "^1.4.7",
    "file-saver": "^2.0.2",
    "html-screen-capture-js": "^1.0.32",
    "html2canvas": "^1.0.0-rc.5",
    "jquery": "^3.4.1",
    "nanoid": "^2.1.11",
    "pdf-lib": "^1.4.1",
    "pdfjs-dist": "^2.2.228",
    "redux": "^4.0.5",
    "redux-devtools-extension": "^2.13.8",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "sortablejs": "^1.10.2",
    "underscore": "^1.9.2"
  }
}
