{
  "name": "@sebastienrousseau/markdownlint-config",
  "version": "0.0.1",
  "description": "Markdownlint Configuration Files and rules",
  "keywords": [
    "markdownlint"
  ],
  "author": "Sebastien Rousseau <sebastienrousseau@users.noreply.github.com>",
  "homepage": "https://crypto-service.dev",
  "license": "ISC",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebastienrousseau/crypto-service.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/sebastienrousseau/crypto-service/issues"
  },
  "devDependencies": {
    "markdownlint": "^0.25.1"
  }
}
