{
  "name": "@yandeu/open-cjs",
  "version": "0.0.4",
  "description": "",
  "main": "bundle.cjs",
  "type": "commonjs",
  "scripts": {
    "build": "bash ./postinstall.sh && npx esbuild ./node_modules/open/index.js --bundle --target=node16 --platform=node --outfile=bundle.cjs",
    "test": "node test.cjs && node test.mjs",
    "prepublish": "npm run build && npm run test"
  },
  "files": [
    "bundle.cjs",
    "xdg-open"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "open": "github:yandeu/open#spawn-arguments",
    "webpack": "^5.101.0",
    "webpack-cli": "^6.0.0"
  }
}
