{
  "name": "quill-parchment",
  "version": "1.0.6",
  "description": "Quill parchment fork with d.ts declarations",
  "main": "dist/parchment.js",
  "files": [
    "tsconfig.json",
    "dist",
    "src"
  ],
  "types": "dist/parchment.d.ts",
  "scripts": {
    "test": "tsc -m es6 --outDir lib-esm",
    "lint": "eslint -c ./.eslintrc.js src/ --ext .js,.ts,.jsx,.tsx --fix",
    "build": "npm run && tsc && webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbobroff-app/quill-parchment.git"
  },
  "keywords": [
    "quill",
    "parchment"
  ],
  "author": "VBobroff",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/vbobroff-app/quill-parchment/issues"
  },
  "homepage": "https://github.com/vbobroff-app/quill-parchment#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.3.1",
    "@typescript-eslint/parser": "^5.3.1",
    "eslint": "^8.2.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-prettier": "^4.0.0",
    "fork-ts-checker-webpack-plugin": "^6.4.0",
    "prettier": "^2.4.1",
    "ts-loader": "^9.2.6",
    "typescript": "^4.4.4",
    "webpack": "^5.64.0",
    "webpack-cli": "^4.9.1"
  }
}
