{
  "name": "get-amd-module-type",
  "version": "7.0.0",
  "description": "Get the type of an AMD module used for an AST node or within a file",
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "xo",
    "fix": "xo --fix",
    "uvu": "uvu test -i fixtures",
    "test": "npm run lint && npm run uvu",
    "test:ci": "c8 npm run uvu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dependents/node-get-amd-module-type.git"
  },
  "keywords": [
    "module",
    "type",
    "amd",
    "factory",
    "form"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dependents/node-get-amd-module-type/issues"
  },
  "homepage": "https://github.com/dependents/node-get-amd-module-type",
  "engines": {
    "node": ">=20.19.0 || >=22.12.0"
  },
  "dependencies": {
    "ast-module-types": "^7.0.0",
    "node-source-walk": "^8.0.0"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "uvu": "^0.5.6",
    "xo": "^2.0.2"
  }
}
