{
  "name": "react-chemdoodle",
  "version": "0.0.7",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/melaniebrgr/react-chemdoodleweb.git"
  },
  "keywords": [
    "react",
    "javascript",
    "chemistry",
    "chemical",
    "graphics",
    "cheminformatics",
    "chemdoodle"
  ],
  "author": "Melanie Burger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/melaniebrgr/react-chemdoodleweb/issues"
  },
  "homepage": "https://github.com/melaniebrgr/react-chemdoodleweb#readme",
  "source": "src/index.js",
  "main": "dist/index.js",
  "scripts": {
    "build": "parcel build",
    "clean": "rm -rf dist/",
    "start": "parcel watch"
  },
  "dependencies": {
    "react": "18.2.0"
  },
  "eslintConfig": {
    "extends": "../../.eslintrc.json"
  }
}
