{
  "name": "ketcher-macromolecules",
  "version": "3.12.0",
  "description": "Web-based molecule sketcher",
  "license": "Apache-2.0",
  "homepage": "http://lifescience.opensource.epam.com/ketcher",
  "author": {
    "name": "EPAM Life Sciences",
    "url": "http://lifescience.opensource.epam.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/epam/ketcher.git",
    "directory": "packages/ketcher-macromolecules"
  },
  "keywords": [
    "molecule",
    "sketcher",
    "chemistry"
  ],
  "bugs": {
    "url": "https://github.com/epam/ketcher/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "types": "dist/index.d.ts",
  "source": "src/index.tsx",
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production rollup -c -m true",
    "start": "cross-env NODE_ENV=development rollup -c -m true -w",
    "test": "run-s test:prettier test:stylelint test:eslint:quiet test:types test:unit",
    "test:eslint": "eslint . --ext .ts,.tsx,.js,.jsx",
    "test:eslint:quiet": "npm run test:eslint -- --quiet",
    "test:eslint:fix": "npm run test:eslint -- --fix",
    "test:types": "tsc --noEmit",
    "test:unit": "jest --passWithNoTests",
    "test:unit:update": "jest -u",
    "test:prettier": "prettier --check \"./**/*.{js,jsx,json,ts,tsx}\"",
    "test:stylelint": "stylelint \"./**/*.{css,less}\" --formatter --allow-empty-input",
    "prettier:write": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\"",
    "stylelint:fix": "stylelint \"./**/*.{css,less}\" --formatter verbose --fix"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.10",
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^5.18.0",
    "@reduxjs/toolkit": "^2.8.2",
    "clsx": "^1.1.1",
    "d3": "^7.9.0",
    "file-saver": "^2.0.5",
    "ketcher-core": "*",
    "ketcher-react": "*",
    "lodash": "^4.17.21",
    "react-contexify": "^6.0.0",
    "react-dropzone": "^11.7.1",
    "react-intersection-observer": "^9.16.0",
    "react-redux": "^9.2.0",
    "redux": "^5.0.1",
    "redux-saga": "^1.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@emotion/babel-plugin": "^11.7.2",
    "@emotion/core": "^11.0.0",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^16.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@rollup/plugin-replace": "^2.3.4",
    "@rollup/plugin-strip": "^2.0.0",
    "@svgr/rollup": "^5.4.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/d3": "^7.4.3",
    "@types/jest": "^27.0.3",
    "@types/lodash": "^4.14.178",
    "@types/node": "^16.11.12",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "autoprefixer": "^10.2.5",
    "babel-jest": "^27.4.5",
    "cross-env": "^7.0.3",
    "eslint": "^8.44.0",
    "eslint-plugin-jest": "^25.3.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.27.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-testing-library": "^5.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.4.5",
    "less": "^3.12.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.5.1",
    "rollup": "^2.79.2",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "rollup-plugin-visualizer": "^5.5.2",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.2"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.modern.js",
      "require": "./dist/index.js"
    },
    "./dist/index.css": {
      "import": "./dist/index.css",
      "require": "./dist/index.css"
    }
  },
  "sideEffects": [
    "*.css",
    "dist/index.css"
  ]
}
