{
  "name": "prot-annot",
  "version": "0.1.1-0",
  "description": "A package to generate SVG images of protein annotation.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "nyc mocha",
    "build": "tsc -p .",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "buildDocs": "typedoc --out docs src"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/mist3/prot-annot.git"
  },
  "keywords": [
    "bioinformatics",
    "mist",
    "protein",
    "annotation",
    "svg",
    "d3",
    "draw"
  ],
  "author": "Davi Ortega",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://gitlab.com/mist3/prot-annot/issues"
  },
  "homepage": "https://gitlab.com/mist3/prot-annot#readme",
  "mocha": {
    "extension": [
      "ts"
    ],
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ],
    "recursive": true
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "include": [
      "src/*ts"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "all": true
  },
  "dependencies": {
    "@types/d3": "^5.7.2",
    "d3": "^5.15.0",
    "loglevel-colored-prefix": "0.1.0-3"
  },
  "devDependencies": {
    "@types/chai": "^4.2.2",
    "@types/jsdom": "^16.1.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.7.7",
    "chai": "^4.2.0",
    "jsdom": "^16.2.1",
    "mist3-ts": "^0.7.7-0",
    "mocha": "^7.1.1",
    "nyc": "^15.0.0",
    "prettier": "^1.18.2",
    "source-map-support": "^0.5.13",
    "ts-mocha": "^6.0.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typedoc": "^0.15.0",
    "typescript": "^3.6.3"
  },
  "files": [
    "lib/**/*"
  ]
}
