{
  "name": "web-molstars",
  "version": "1.0.0",
  "description": "A custom element wrapper for Mol*",
  "main": "dist/protvista-structure.js",
  "module": "dist/es/protvista-structure.js",
  "types": "dist/es/protvista-structure.d.ts",
  "files": [
    "dist",
    "src",
    "style"
  ],
  "keywords": [
    "nightingale",
    "customelements",
    "webcomponents"
  ],
  "scripts": {
    "build:es": "tsc",
    "async": "npm run build:es && yalc publish",
    "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,scss --debug -x 'npm run async'"
  },
  "author": "changyi1997 <changyi19971016@163.com>",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:changyiyi1016/web-molstar.git"
  },
  "dependencies": {
    "data-loader": "^3.5.7",
    "molstar": "2.2.0",
    "react": "17.0.2"
  },
  "devDependencies": {
    "@types/react": "17.0.9",
    "@types/react-dom": "17.0.6"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "gitHead": "1c90256c70c35fb542438c2a6409e96d16aebdb9"
}