{
  "name": "cjs-es",
  "version": "0.9.2",
  "description": "Transform CommonJS module into ES module.",
  "keywords": [
    "cjs",
    "commonjs",
    "es",
    "import",
    "export",
    "transform"
  ],
  "main": "index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "eslint . --cache && c8 --reporter=lcov mocha -b",
    "preversion": "npm test",
    "postversion": "git push --follow-tags && npm publish"
  },
  "repository": "eight04/cjs-es",
  "author": "eight04 <eight04@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "acorn": "^8.8.0",
    "c8": "^7.12.0",
    "eslint": "^8.21.0",
    "mocha": "^10.0.0",
    "sinon": "^14.0.0"
  },
  "dependencies": {
    "@rollup/pluginutils": "^4.2.1",
    "estree-walker": "^3.0.1",
    "is-reference": "^3.0.0",
    "magic-string": "^0.26.2"
  }
}
