{
  "name": "@owll/func-spy",
  "version": "1.0.2",
  "description": "A JavaScript/TypeScript analysis tool to find function references and call sites using AST.",
  "main": "index.cjs",
  "bin": {
    "@owll/func-spy": "./index.cjs"
  },
  "scripts": {},
  "keywords": [
    "function",
    "reference",
    "usage",
    "call",
    "js",
    "javascript",
    "analyzer",
    "code-analysis",
    "ast",
    "estree",
    "typescript",
    "refactor",
    "tooling",
    "cli",
    "devtools",
    "function-tracker"
  ],
  "homepage": "https://github.com/yasinfmd/-owll-func-spy#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yasinfmd/-owll-func-spy.git"
  },
  "bugs": {
    "url": "https://github.com/yasinfmd/-owll-func-spy/issues"
  },
  "author": "Yasin Dalkılıç",
  "license": "MIT",
  "type": "commonjs",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@owll/func-spy": "file:",
    "@owll/funcy-spy": "file:",
    "acorn": "^8.14.1",
    "acorn-walk": "^8.3.4"
  }
}
