{
  "name": "no-mistakes",
  "version": "0.28.1",
  "description": "Static codebase analysis tools for TS/JS dependencies, dependents, and symbols",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathanong/no-mistakes.git",
    "directory": "packages/no-mistakes"
  },
  "bin": {
    "no-mistakes": "bin/no-mistakes"
  },
  "files": [
    "bin/",
    "*.d.ts",
    "index.js",
    "planning.js",
    "scripts/install.js",
    "scripts/install/",
    "README.md",
    "LICENSE"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  }
}
