{
  "name": "standardx",
  "description": "JavaScript Standard Style with custom tweaks",
  "version": "7.0.0",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "https://feross.org"
  },
  "bin": "./bin/cmd.js",
  "bugs": {
    "url": "https://github.com/standard/standardx/issues"
  },
  "dependencies": {
    "standard": "^16.0.1",
    "standard-engine": "^14.0.1"
  },
  "devDependencies": {
    "cross-spawn": "^7.0.3",
    "tap-spec": "^5.0.0",
    "tape": "^5.0.1"
  },
  "homepage": "https://github.com/standard/standardx",
  "keywords": [],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/standard/standardx.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js | tap-spec"
  },
  "standard": {
    "ignore": [
      "test/test-repo-eslintrc",
      "test/test-repo-package-json"
    ]
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ]
}
