{
  "version": "7.3.0",
  "name": "gcc-min",
  "description": "Just write scripts for Node.js environment, then build to use in the browsers",
  "repository": {
    "type": "git",
    "url": "git@github.com:ndaidong/gcc-min.git"
  },
  "author": "@ndaidong",
  "bin": {
    "gccmin": "builder/build.js"
  },
  "main": "./index.js",
  "engines": {
    "node": ">= 8.6"
  },
  "scripts": {
    "lint": "eslint ./src ./test",
    "pretest": "npm run lint && npm run build",
    "test": "DEBUG=gccmin:* tap test/start.js --coverage --reporter=spec",
    "build": "DEBUG=gccmin:* node builder/build -e ../test/data/main.js -n xMath -f math -o ../test/data/output -p ../test/data/package.json",
    "reset": "node reset"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "bellajs": "^9.2.2",
    "debug": "^4.3.1",
    "minimist": "^1.2.5",
    "rollup": "^2.46.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "terser": "^5.7.0"
  },
  "devDependencies": {
    "eslint-config-goes": "^1.2.0",
    "tap": "^15.0.6"
  },
  "keywords": [
    "compile",
    "minify",
    "es6",
    "util"
  ],
  "license": "MIT"
}
