{
  "name": "distize",
  "version": "2.2.2",
  "description": "Copy source files and node_modules without devDependencies to destination directory.",
  "keywords": [
    "build",
    "node_modules",
    "distribute",
    "distribution",
    "awscdk",
    "cdk",
    "typescript"
  ],
  "author": "Changwan Jun <wan2land@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/wan2land/distize.git"
  },
  "bin": {
    "distize": "lib/bin/cli.js"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepack": "npm run test && npm run build",
    "build": "rimraf ./lib && tsc --project tsconfig.build.json && swc src --no-swcrc --config-file .swcrc.build.json --out-dir lib",
    "format": "prettier .  --write",
    "test": "npm run test:lint && npm run test:unit",
    "test:lint": "eslint --ext .js,.ts --ignore-path .gitignore --fix src",
    "test:unit": "jest src --runInBand"
  },
  "dependencies": {
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.0",
    "glob": "^7.1.6",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "16.2.3",
    "@commitlint/config-conventional": "16.2.1",
    "@swc/cli": "0.1.56",
    "@swc/core": "1.2.160",
    "@swc/jest": "^0.2.20",
    "@types/command-line-args": "5.2.0",
    "@types/command-line-usage": "5.0.2",
    "@types/glob": "7.2.0",
    "@types/jest": "27.4.1",
    "@types/node": "16.11.26",
    "@typescript-eslint/eslint-plugin": "5.16.0",
    "@typescript-eslint/parser": "5.16.0",
    "eslint": "8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-stable": "0.10.0",
    "husky": "7.0.4",
    "jest": "^27.5.1",
    "prettier": "2.6.1",
    "rimraf": "3.0.2",
    "typescript": "4.6.3"
  }
}
