{
  "name": "@ygkit/bundler",
  "version": "0.0.11",
  "description": "Node util for bundling node modules",
  "main": "dist/index.js",
  "node": "dist/index.js",
  "browser": "dist/index.js",
  "module": "dist/index.esm.js",
  "jsnext:main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf ./dist tsconfig.tsbuildinfo"
  },
  "keywords": [
    "ygkit",
    "bundler"
  ],
  "author": "yugasun",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yugasun/ygkit.git"
  },
  "bugs": {
    "url": "https://github.com/yugasun/ygkit/issues"
  },
  "homepage": "https://github.com/yugasun/ygkit#readme",
  "dependencies": {
    "fs-extra": "^8.1.0",
    "terser": "^4.6.6",
    "webmake": "^1.1.2"
  },
  "devDependencies": {
    "@types/fs-extra": "^8.1.0",
    "@types/terser": "^3.12.0"
  },
  "gitHead": "987f9a1c030b760b38dda6e847086eb7cc80b281"
}
