{
  "name": "paper-view",
  "version": "0.3.0",
  "description": "Chunks up a document into paged media flows and applies print styles",
  "author": "Ronald Quenta",
  "license": "MIT",
  "homepage": "https://github.com/ronaldotn/paper-view",
  "keywords": [
    "paper",
    "view",
    "angular",
    "AngularJS",
    "Vue",
    "VueJS",
    "Vue2",
    "vue.js",
    "vue-paper",
    "angular-paper"
  ],
  "main": "lib/index.js",
  "moduleSrc": "src/index.js",
  "module": "lib/index.js",
  "browser": "dist/paperview.js",
  "bugs": {
    "url": "https://github.com/ronaldotn/paper-view/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.10",
    "core-js": "^3.40.0",
    "css-tree": "^2.3.1",
    "event-emitter": "^0.3.5",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.10",
    "@babel/core": "^7.26.10",
    "@babel/plugin-transform-async-generator-functions": "^7.26.8",
    "@babel/plugin-transform-runtime": "^7.26.10",
    "@babel/preset-env": "^7.26.10",
    "@babel/preset-flow": "^7.25.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^1.0.0",
    "babel-jest": "^29.7.0",
    "chalk": "^4.1.2",
    "eslint": "^8.57.1",
    "express": "^4.21.1",
    "fast-check": "^3.23.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.3.0",
    "jest-image-snapshot": "^6.5.2",
    "mkdirp": "^3.0.1",
    "puppeteer": "^24.0.0",
    "rimraf": "^5.0.10",
    "rollup": "^4.30.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-serve": "^1.1.1"
  },
  "scripts": {
    "build": "rollup -c",
    "legacy": "rollup -c rollup.legacy.config.js",
    "start": "rollup -w -c rollup.server.config.js",
    "test": "npm run tests",
    "tests": "jest --config=tests/jest.config.js",
    "specs": "jest --config=specs/jest.config.js",
    "compile": "babel src/ -d lib/",
    "pretest": "npm run build",
    "prepublishOnly": "npm run build && npm run compile && npm run legacy",
    "watch": "rollup -w -c",
    "lint": "eslint -c .eslintrc.js src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ronaldotn/paper-view.git"
  },
  "files": [
    "dist",
    "lib"
  ]
}
