{
  "name": "md2cwm",
  "version": "1.0.4",
  "description": "markdown to Confluence Wiki Markup",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "dev": "yarn dts && cross-env NODE_ENV=development rollup -cw",
    "build": "yarn clean && yarn dts && cross-env NODE_ENV=production rollup -c",
    "build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
    "dts": "ttsc --emitDeclarationOnly -p tsconfig.dts.json",
    "test": "jest",
    "init:rename": "node scripts/init/rename.js",
    "clean": "node scripts/clean.js",
    "raw": "node bin/md2c.js README.md",
    "raw2": "node bin/md2c.js README.md README2.txt"
  },
  "bin": {
    "md2c": "bin/md2c.js",
    "md2cwm": "bin/md2c.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonofmagic/md2cwm.git"
  },
  "files": [
    "dist",
    "bin"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "Confluence",
    "Wiki",
    "Markup",
    "markdown",
    "md"
  ],
  "author": "SonOfMagic <qq1324318532@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sonofmagic/md2cwm/issues"
  },
  "homepage": "https://github.com/sonofmagic/md2cwm#readme",
  "devDependencies": {
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "^8.3.1",
    "@tsconfig/recommended": "^1.0.1",
    "@types/jest": "^27.4.1",
    "@types/lodash": "^4.14.181",
    "@types/node": "^17.0.21",
    "@types/qs": "^6.9.7",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "cross-env": "^7.0.3",
    "defu": "^5.0.1",
    "del": "^6.0.0",
    "eslint": "8.10.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.0.0",
    "fast-glob": "^3.2.11",
    "jest": "^27.5.1",
    "lodash": "^4.17.21",
    "log-symbols": "^5.1.0",
    "qs": "^6.10.3",
    "rollup": "^2.70.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.7.0",
    "tslib": "^2.3.1",
    "ttypescript": "^1.5.13",
    "typescript": "^4.6.2",
    "typescript-transform-paths": "^3.3.1"
  },
  "dependencies": {
    "@types/marked": "^4.0.3",
    "marked": "^4.0.12"
  }
}
