{
  "name": "vendorin",
  "version": "0.0.1-20250925.f42e895",
  "description": "Vendor ES modules locally from esm.sh CDN - no more node_modules!",
  "type": "module",
  "bin": {
    "vendorin": "./src/cli.js"
  },
  "files": [
    "src/",
    "README.md"
  ],
  "scripts": {
    "test": "cd test-example && npm i && npm run vendor && npm start",
    "prepublishOnly": "echo 'Ready to publish Vendorin!' && npm test"
  },
  "keywords": [
    "esm",
    "vendor",
    "modules",
    "cdn",
    "javascript",
    "npm-alternative",
    "esm-sh",
    "node-modules",
    "dependencies",
    "bundler-free",
    "ast-grep"
  ],
  "author": "OEvgeny",
  "license": "MIT",
  "homepage": "https://github.com/OEvgeny/vendorin#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OEvgeny/vendorin.git"
  },
  "bugs": {
    "url": "https://github.com/OEvgeny/vendorin/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "ast-grep-wasm": "0.38.0",
    "tree-sitter-javascript": "^0.25.0"
  },
  "bundleDependencies": [
    "ast-grep-wasm"
  ]
}
