{
  "name": "@attachments/assets",
  "version": "0.4.0",
  "license": "MIT",
  "description": "common resource tool packages, such as the CSS and project templates",
  "author": "yuzhanglong <loveyzl1123@gmail.com>",
  "homepage": "https://github.com/yuzhanglong/attachments",
  "files": [
    "src",
    "lib",
    "esm"
  ],
  "bin": {
    "attachments": "./lib/attachments.js"
  },
  "scripts": {
    "test": "attachments generate ts",
    "dev:start": "tsc -w",
    "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib",
    "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm",
    "build": "npm-run-all --parallel build:*",
    "typescript-template": "cd playground && plop --plopfile ../lib/configurations/node-plop/ts-project-generator.js",
    "micro-app-template": "cd playground && plop --plopfile ../lib/configurations/node-plop/micro-fe-generator.js"
  },
  "dependencies": {
    "@attachments/utils": "^0.4.0",
    "commander": "^8.2.0",
    "execa": "^5.1.1",
    "minimist": "^1.2.5",
    "node-plop": "^0.26.3",
    "plop": "^2.7.6"
  },
  "gitHead": "e12b191e5a896e33f6522213f3ca0a6f508a5429"
}
