{
  "name": "cjsc",
  "description": "Compiles CommonJS modules into a single browser-ready JavaScript bundle",
  "version": "2.0.0",
  "author": "Dmitry Sheiko <me@dsheiko.com>",
  "license": "MIT",
  "main": "cjsc-module.js",
  "bin": {
    "cjsc": "./cjsc"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "require",
    "commonjs",
    "bundler",
    "modules",
    "browser",
    "optimizer",
    "compiler"
  ],
  "dependencies": {
    "async": "^3.2.6",
    "cli-color": "^2.0.4",
    "esprima": "^4.0.1",
    "source-map": "^0.7.4",
    "subarg": "^1.0.0",
    "uglify-js": "^3.19.3"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "through2": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dsheiko/cjsc"
  }
}
