{
  "name": "molecular-visualizer",
  "version": "1.2.0",
  "description": "SMILES to 3D Molecular Visualizer - Web-based molecule visualization with measurement tools, PubChem search, and dark mode",
  "main": "index.html",
  "scripts": {
    "start": "npx http-server . -p 8080 -c-1 --cors",
    "dev": "npx http-server . -p 3000 -c-1 --cors",
    "test": "node tests/run-tests.js"
  },
  "keywords": [
    "molecule",
    "visualization",
    "3d",
    "chemistry",
    "smiles",
    "webgl",
    "molecular-structure",
    "chemical"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/你的用户名/molecular-visualizer"
  },
  "homepage": "https://github.com/你的用户名/molecular-visualizer#readme",
  "bugs": {
    "url": "https://github.com/你的用户名/molecular-visualizer/issues"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/你的用户名/molecular-visualizer"
  }
}
