{
  "name": "@the-/code",
  "description": "Code formatter of the-frameworks",
  "version": "15.18.2",
  "author": {
    "email": "okunishinishi@gmail.com",
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "bin": {
    "the-code": "bin/the-code"
  },
  "browser": "shim",
  "bugs": {
    "url": "https://github.com/the-labo/the#issues"
  },
  "dependencies": {
    "@the-/ast": "^16.2.6",
    "@the-/const-code": "^15.5.2",
    "@the-/util-file": "^15.7.7",
    "@the-/util-path": "^15.4.4",
    "aglob": "^3.0.2",
    "asfs": "^2.3.0",
    "colorprint": "^6.1.1",
    "commander": "^6.1.0",
    "comment-parser": "^0.7.6",
    "debug": "^4.2.0",
    "fmtjson": "^5.0.2",
    "ignore": "^5.1.8",
    "minimatch": "^3.0.4",
    "postcss": "^8.1.1",
    "prettier": "^2.1.2",
    "writeout": "^2.3.4",
    "yaml": "^1.10.0"
  },
  "devDependencies": {
    "filecopy": "^4.1.0"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "homepage": "https://github.com/the-labo/the/tree/master/packages/code#readme",
  "keywords": [
    "lib",
    "the"
  ],
  "license": "MIT",
  "main": "lib",
  "publishConfig": {
    "access": "public"
  },
  "repository": "the-labo/the",
  "scripts": {
    "build": "../../misc/scripts/pkgBuild.js",
    "doc": "../../misc/scripts/pkgDoc.js",
    "prepare": "../../misc/scripts/pkgSharedInstall.sh;npm run build && npm run doc",
    "prepublishOnly": "npm run test",
    "test": "../../misc/scripts/pkgTest.js"
  }
}
