{
  "name": "cgparse",
  "version": "1.1.2",
  "description": "Converts sequence files (GenBank, EMBL, FASTA) and feature files (GFF3, GTF, BED, CSV) to JSON and CGView JSON",
  "homepage": "https://parse.cgview.ca",
  "main": "dist/cgparse.esm.js",
  "module": "dist/cgparse.esm.js",
  "type": "module",
  "author": "Jason Grant",
  "license": "Apache-2.0",
  "bugs": "https://github.com/sciguy/cgview-parse/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sciguy/cgview-parse.git"
  },
  "files": [
    "dist/**",
    "CHANGELOG.md"
  ],
  "keywords": [
    "CGView",
    "GenBank",
    "EMBL",
    "parser",
    "bioinformatics"
  ],
  "scripts": {
    "dev": "echo \"Error: no dev specified\" && exit 1",
    "build": "rollup --config --watch",
    "test": "jest --watch --silent",
    "gh-test": "jest --silent",
    "gh-pages": "rollup --config"
  },
  "jest": {
    "testMatch": ["<rootDir>/test/*.test.js"],
    "preset": "es-jest"
  },
  "devDependencies": {
    "rollup": "^4.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "es-jest": "^2.1.0",
    "jest": "^29.7.0"
  }
}
