{
  "name": "drptranslator",
  "version": "2.8.0",
  "description": "A DNA-RNA-Protein translator library",
  "main": "dist/index.js",
  "typings": "dist/index",
  "scripts": {
    "build": "node fuse.js build",
    "commit": "git-cz",
    "test": "node fuse.js test",
    "semantic-release": "semantic-release --branch pre && npm publish && semantic-release  --branch master post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AngelMunoz/DRPTranslator.git"
  },
  "keywords": [
    "DNA",
    "RNA",
    "Protein",
    "Translator",
    "Typescript"
  ],
  "author": "Angel D. Munoz <'scythes.lol@gmail.com'> (http://angelmunoz.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AngelMunoz/DRPTranslator/issues"
  },
  "homepage": "https://github.com/AngelMunoz/DRPTranslator#readme",
  "devDependencies": {
    "@types/node": "10.3.5",
    "commitizen": "2.10.1",
    "cz-conventional-changelog": "2.1.0",
    "ghooks": "2.0.4",
    "istanbul": "0.4.5",
    "semantic-release": "15.6.0",
    "typescript": "2.9.2",
    "fuse-box": "3.3.0",
    "fuse-test-runner": "1.0.16"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "pre-commit": "npm test"
    }
  }
}
