UNPKG

azion

Version:

Azion Packages for Edge Computing.

68 lines (67 loc) 1.71 kB
{ "name": "@lib/bundler", "version": "1.0.0", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "compile": "tsup --config ./tsup.config.json", "lint": "eslint .", "lint:fix": "eslint --fix .", "prettier": "prettier --write .", "prettier:check": "prettier --check .", "test": "jest --clearCache && NODE_OPTIONS='--experimental-vm-modules' jest" }, "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./polyfills": "./src/polyfills/index.js" }, "author": "aziontech", "license": "MIT", "files": [ "dist", "package.json", "src/polyfills/*" ], "dependencies": { "@edge-runtime/primitives": "^3.1.1", "@fastly/http-compute-js": "^1.1.5", "@lib/unenv-preset": "*", "accepts": "^1.3.8", "browserify-zlib": "^0.2.0", "dotenv": "^16.4.7", "esbuild": "^0.25.0", "events": "^3.3.0", "inherits": "^2.0.4", "ip": "^2.0.1", "lodash-es": "^4.17.21", "mime": "^3.0.0", "mime-types": "^2.1.35", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0", "timers-browserify": "^2.0.12", "ts-loader": "^9.5.2", "unenv": "^2.0.0-rc.15", "url": "^0.11.4", "util": "^0.12.5", "vm-browserify": "^1.1.2", "webpack": "^5.97.1" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "@types/mock-fs": "^4.13.4", "@types/node": "^22.13.1", "@types/tmp": "^0.2.6", "jest": "^29.7.0", "mock-fs": "^5.5.0", "tmp": "^0.2.3", "ts-jest": "^29.1.5", "ts-node": "^10.9.2" } }