{
  "name": "edge-functions",
  "version": "7.2.2",
  "description": "Tool to launch and build JavaScript/Frameworks. This tool automates polyfills for Edge Computing and assists in creating Workers, notably for the Azion platform.",
  "index": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "bin": {
    "azbundler": "dist/index.js",
    "edge-functions": "dist/index.js",
    "ef": "dist/index.js"
  },
  "scripts": {
    "build": "vite build",
    "task:reports": "node tasks/process-reports-e2e.js",
    "task:reports-nodejs-apis": "node tasks/process-reports-nodejs-apis.js",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --write .",
    "test": "jest --clearCache && NODE_OPTIONS='--experimental-vm-modules' jest --maxWorkers 1 -c jest.config.ts",
    "test:watch": "jest lib/ --watch",
    "test:coverage": "jest --clearCache && jest lib/ --coverage",
    "format:check": "prettier . --check",
    "task:docs": "jsdoc --configure jsdoc.json --verbose",
    "e2e:start": "yarn submodule:update && tests/scripts/start-e2e-env.sh",
    "e2e:stop": "tests/scripts/stop-e2e-env.sh",
    "e2e:destroy": "tests/scripts/destroy-e2e-env.sh",
    "test:e2e": "yarn e2e:start && NODE_OPTIONS='--experimental-vm-modules' jest --detectOpenHandles --runInBand --config=./jest-e2e.config.js tests/e2e/ --json --outputFile e2e_results.json && yarn e2e:stop; yarn task:reports",
    "test:nodejs-apis": "yarn e2e:start && NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --config=./jest-e2e.config.js tests/nodejs-apis/ --json --outputFile nodejs_apis_results.json && yarn e2e:stop && yarn task:reports-nodejs-apis",
    "prepare": "husky install",
    "submodule:update": "git submodule update --init --recursive && git submodule foreach git pull origin main"
  },
  "author": "aziontech",
  "contributors": [
    {
      "name": "Magnun A V F"
    },
    {
      "name": "João Narciso",
      "url": "https://jotanarciso.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@edge-runtime/primitives": "4.0.5",
    "@netlify/framework-info": "^9.9.1",
    "azion": "3.1.2",
    "chokidar": "^3.5.3",
    "commander": "^10.0.1",
    "cosmiconfig": "^9.0.0",
    "cosmiconfig-typescript-loader": "^6.1.0",
    "edge-runtime": "^2.4.5",
    "lodash": "^4.17.21",
    "prettier": "^3.3.2",
    "semver": "^7.5.2",
    "typescript": "^5.5.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.1",
    "@commitlint/config-conventional": "^18.4.0",
    "@jest/globals": "^29.7.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@swc/core": "^1.3.96",
    "@swc/jest": "^0.2.29",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.16",
    "@types/mock-fs": "^4.13.4",
    "@types/semver": "^7.5.8",
    "@types/tmp": "^0.2.6",
    "clean-jsdoc-theme": "^4.2.9",
    "conventional-changelog-conventionalcommits": "^4.6.0",
    "eslint": "^8.57.0",
    "globals": "^16.0.0",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jest-puppeteer": "^9.0.1",
    "jsdoc": "^4.0.2",
    "markdown-table": "^3.0.3",
    "mock-fs": "^5.2.0",
    "puppeteer": "^23.3.0",
    "semantic-release": "^25.0.2",
    "supertest": "^6.3.3",
    "tmp": "^0.2.1",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "typescript-eslint": "^7.16.0",
    "vite": "^7.3.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aziontech/bundler.git"
  },
  "bugs": {
    "url": "https://github.com/aziontech/bundler/issues"
  },
  "homepage": "https://github.com/aziontech/bundler#readme",
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
