{
  "name": "cgview",
  "version": "1.8.2",
  "main": "dist/cgview.esm.js",
  "type": "module",
  "description": "CGView: Circular Genome Viewer",
  "homepage": "https://js.cgview.ca",
  "bugs": "https://github.com/sciguy/cgview-js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/sciguy/cgview-js.git"
  },
  "files": [
    "dist/**",
    "CHANGELOG.md"
  ],
  "keywords": [
    "CGView",
    "circular",
    "genome",
    "visualization",
    "bioinformatics"
  ],
  "scripts": {
    "dev": "echo \"Error: no dev specified\" && exit 1",
    "test": "jest --watch",
    "build": "rollup --config --watch",
    "gh-test": "jest --silent",
    "gh-pages": "rollup --config",
    "api": "jsdoc --configure ./template/jsdoc_conf.json --template ./template/jaguarjs-jsdoc --destination ./docs/api --readme ./README.md"
  },
  "jest": {
    "preset": "es-jest",
    "testEnvironment": "jsdom",
    "setupFiles": [
      "jest-canvas-mock"
    ],
    "testMatch": [
      "**/*.test.js"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!d3)/"
    ]
  },
  "browserslist": "> 1%, not dead",
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "es-jest": "^1.2.0",
    "jest": "^27.0.4",
    "jest-canvas-mock": "^2.3.1",
    "jsdoc": "^4.0.4",
    "rollup": "4.34.6",
    "rollup-plugin-terser": "^7.0.2",
    "taffydb": "^2.7.3"
  },
  "author": "Jason Grant",
  "license": "Apache-2.0",
  "dependencies": {
    "d3": "7.0.1",
    "svgcanvas": "^2.3.0"
  }
}
