{
  "name": "c6-sim",
  "version": "1.0.11",
  "description": "Multiplatform molecular biology construction simulator",
  "type": "module",
  "main": "dist/c6-sim.min.js",
  "module": "dist/c6-sim.min.js",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "test": "vitest run",
    "test:ui": "vitest --ui"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UCB-BioE-Anderson-Lab/C6-Multiplatform"
  },
  "author": "J. Christopher Anderson",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "rollup": "^4.40.0",
    "vitest": "^3.1.2"
  }
}
