{
  "name": "remarkable-plugin-heading-id",
  "version": "1.0.0",
  "types": "dist/main.d.ts",
  "exports": {
    "import": "./dist/main.esm.min.js",
    "require": "./dist/main.min.js",
    "node": "./dist/main.min.js",
    "default": "./dist/main.min.js"
  },
  "repository": "https://github.com/Shinyaigeek/remarkable-plugin-heading-id.git",
  "author": "shinyaigeek <PhilisPaxil@gmail.com>",
  "license": "MIT",
  "scripts": {
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "lint:staged": "lint-staged",
    "test:runner": "jest",
    "test": "yarn test:runner",
    "build": "bili --format cjs-min --format esm-min && yarn build:types",
    "build:types": "tsc -d --outDir dist"
  },
  "lint-staged": {
    "!(*test).ts": [
      "prettier --write"
    ]
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/*.test.ts"
    ]
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/remarkable": "^2.0.1",
    "bili": "^5.0.5",
    "husky": "^5.1.3",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.4",
    "pinst": "^2.1.6",
    "prettier": "^2.2.1",
    "remarkable": "^2.0.1",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.2"
  },
  "peerDependencies": {
    "remarkable": "2.x"
  },
  "files": [
    "dist",
    "package.json",
    "yarn.lock",
    "LICENSE",
    "tsconfig.json"
  ],
  "keywords": [
    "remarkable",
    "remarkable-plugin",
    "Twitter",
    "tweet",
    "markdown",
    "plugin",
    "parser",
    "md"
  ]
}
