{
  "name": "@openchemistry/molecule-moljs",
  "version": "0.4.37",
  "description": "Stencil Wrapper for 3Dmoljs with support for cjson chemical data",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve"
  },
  "dependencies": {
    "@colormap/core": "^0.1.0-3",
    "@openchemistry/moljs-es": "^0.1.26",
    "@openchemistry/types": "^0.8.21",
    "@openchemistry/utils": "^0.6.23",
    "@types/lodash-es": "^4.17.1",
    "@types/uuid": "3.4.3",
    "lodash-es": "^4.17.11",
    "resize-observer-polyfill": "^1.5.0",
    "uuid": "7.0.2"
  },
  "devDependencies": {
    "@stencil/core": "^1.5.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenChemistry/oc-web-components"
  },
  "author": "Kitware, Inc.",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/OpenChemistry/oc-web-components"
  },
  "homepage": "https://github.com/OpenChemistry/oc-web-components",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6a3f2f516e078043ba211045e7332e5ac231bf79"
}
