{
  "name": "copy-assets",
  "version": "1.0.3",
  "description": "Copy assets with specific extensions, prefix, suffix",
  "homepage": "https://github.com/Xisabla/copy-assets",
  "preferGlobal": true,
  "bin": "./dist/cli.js",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "tslint -p tsconfig.json --fix"
  },
  "keywords": [
    "copy",
    "assets",
    "webpack",
    "import",
    "extension",
    "prefix",
    "suffix"
  ],
  "author": "Gautier Miquet <xisabla.dev@gmail.com> (https://github.com/Xisabla)",
  "repository": {
    "type": "git",
    "url": "https://github.com/Xisabla/copy-assets.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^12.19.9",
    "@types/webpack": "^4.41.25",
    "ts-node": "^8.10.2",
    "tslint": "^5.20.1",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "minimist": "^1.2.5"
  }
}
