{
  "name": "@clina_z/cotalk",
  "version": "1.8.6",
  "description": "A comment plugin base on Codeberg issues",
  "keywords": [
    "comment",
    "plugin",
    "lib",
    "Codeberg"
  ],
  "main": "dist/cotalk.js",
  "types": "typings/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "dev": "cross-env NODE_ENV=development webpack serve --hot --progress",
    "build": "rimraf ./dist && cross-env NODE_ENV=production webpack --config webpack.config.js && cross-env NODE_ENV=production webpack --config webpack.config.comp.js && cross-env NODE_ENV=production webpack --config webpack.config.min.js",
    "lint": "eslint src",
    "coverage": "jest --coverage",
    "test": "jest",
    "bump": "standard-version -a"
  },
  "author": "Clina",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-transform-runtime": "^7.29.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.25.0",
    "autoprefixer": "10.5.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.2.1",
    "cross-env": "10.1.0",
    "css-loader": "7.1.4",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.37.0",
    "jest": "^29.7.0",
    "mini-css-extract-plugin": "^2.9.0",
    "postcss-loader": "8.2.1",
    "preact": "10.29.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "rimraf": "6.1.3",
    "standard-version": "~9.5.0",
    "style-loader": "4.0.0",
    "stylus": "^0.64.0",
    "stylus-loader": "^8.1.3",
    "terser-webpack-plugin": "^5.3.0",
    "webpack": "5.106.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "5.2.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.29.2",
    "autosize": "6.0.1",
    "axios": "1.15.2",
    "date-fns": "4.1.0",
    "es6-promise": "4.2.8",
    "github-markdown-css": "5.9.0",
    "marked": "^18.0.2",
    "node-polyglot": "2.6.0",
    "react-flip-move": "3.0.5"
  },
  "peerDependencies": {
    "preact": "^10.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "jest": {
    "transform": {
      "^.+\\.jsx?$": "babel-jest"
    },
    "moduleNameMapper": {
      "\\.(css|less|scss|styl)$": "<rootDir>/src/__mocks__/style.js",
      "^!!raw-loader": "<rootDir>/src/__mocks__/text.js"
    },
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "coveragePathIgnorePatterns": [
      "src/cotalk.jsx",
      "src/graphql/getComments.js"
    ],
    "globals": {
      "VERSION": "1.0.0-test"
    }
  },
  "standard-version": {
    "releaseCommitMessageFormat": "chore(release): v{{currentTag}} :rocket:",
    "scripts": {
      "prerelease": "npm test",
      "precommit": "npm run-script build > /dev/null && git add ./dist"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/cotalk/cotalk.git"
  },
  "homepage": "https://codeberg.org/cotalk/cotalk"
}
