{
  "name": "estrace",
  "version": "6.0.1",
  "type": "module",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "trace functions of EcmaScript modules",
  "main": "./lib/estrace.js",
  "exports": {
    ".": "./lib/estrace.js",
    "./perf": "./lib/perf.js",
    "./plugin": "./lib/trace/plugin.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/estrace.git"
  },
  "keywords": [
    "trace",
    "functions",
    "putout"
  ],
  "scripts": {
    "test": "madrun test",
    "test:fix": "madrun test:fix",
    "trace:test": "madrun trace:test",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "dependencies": {
    "format-io": "^2.0.0",
    "putout": "^41.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "@putout/eslint-flat": "^3.0.1",
    "@putout/test": "^14.0.0",
    "c8": "^10.1.2",
    "eslint": "^9.7.0",
    "eslint-plugin-putout": "^29.0.2",
    "madrun": "^11.0.2",
    "montag": "^1.2.1",
    "nodemon": "^3.0.1",
    "runsome": "^1.0.0",
    "supertape": "^11.3.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  }
}
