{
  "name": "max-api-or-nah",
  "version": "1.1.3",
  "description": "Taking an extremely overengineered approach to wrapping the max-api object",
  "main": "./index.cjs",
  "module": "index.js",
  "types": "./index.d.ts",
  "type": "module",
  "exports": {
    "import": "./index.js",
    "require": "./index.cjs",
    "types": "./index.d.ts"
  },
  "scripts": {
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "build": "node ./src/generate.js",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twhiston/max-api-or-nah.git"
  },
  "keywords": [
    "cyling74",
    "maxmsp",
    "max",
    "node.script"
  ],
  "author": "Tom Whiston",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twhiston/max-api-or-nah/issues"
  },
  "homepage": "https://github.com/twhiston/max-api-or-nah#readme",
  "devDependencies": {
    "@babel/parser": "^7.25.6",
    "@babel/traverse": "^7.25.6",
    "@types/max-api": "^2.0.3",
    "@vitest/coverage-v8": "^2.1.3",
    "handlebars": "^4.7.8",
    "node_modules-path": "^2.0.8",
    "vitest": "^2.1.3"
  }
}
