{
  "name": "@biowonks/aseq",
  "version": "0.1.2-1",
  "description": "A simple package to calculate aseq identifiers compatible with Biowonk projects (MiST3, SeqDepot and etc)",
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "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"
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "include": [
      "src/*ts"
    ],
    "reporter": [
      "text",
      "html"
    ],
    "all": true
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/daviortega/aseq.git"
  },
  "keywords": [
    "bioinformatics",
    "biowonks",
    "sequences",
    "biology"
  ],
  "devDependencies": {
    "@types/chai": "^4.2.3",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.9",
    "chai": "^4.2.0",
    "mocha": "^6.2.1",
    "nyc": "^14.1.1",
    "prettier": "^1.18.2",
    "source-map-support": "^0.5.13",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.6.3"
  },
  "author": "Davi Ortega",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://gitlab.com/daviortega/aseq/issues"
  },
  "homepage": "https://gitlab.com/daviortega/aseq#readme",
  "files": [
    "lib/**/*"
  ]
}
