{
  "name": "svg-paper",
  "version": "0.0.11",
  "description": "The world's most maintainable way to create paper-printable documents 🖨💘",
  "homepage": "https://github.com/ttskch/svg-paper",
  "bugs": {
    "url": "https://github.com/ttskch/svg-paper/issues"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/ttskch/svg-paper"
  },
  "author": {
    "name": "Takashi Kanemoto",
    "email": "ttskch@gmail.com"
  },
  "main": "dist/svg-paper.js",
  "style": "dist/svg-paper.css",
  "sass": "scss/js/svg-paper.scss",
  "keywords": [
    "svg",
    "pdf",
    "pdf-generation",
    "adobe-xd",
    "figma",
    "a4"
  ],
  "scripts": {
    "build": "webpack --config webpack.config.js --mode development",
    "build:prod": "webpack --config webpack.config.js --mode production",
    "build:both": "rm dist/* && npm run build && npm run build:prod",
    "watch": "npm run build -- --watch",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "autoprefixer": "^10.2.6",
    "babel-jest": "^27.0.2",
    "babel-loader": "^8.2.2",
    "css-loader": "^5.2.6",
    "jest": "^26.1.0",
    "mini-css-extract-plugin": "^1.6.0",
    "node-sass": "^6.0.0",
    "postcss": "^8.3.1",
    "postcss-loader": "^4.3.0",
    "sass-loader": "^10.2.0",
    "string-width": "^4.2.2",
    "terser-webpack-plugin": "^4.2.3",
    "webpack": "^4.46.0",
    "webpack-cli": "^4.7.2"
  },
  "license": "MIT"
}
