{
  "name": "fastchar-appjs",
  "version": "1.3.3",
  "author": "janesen",
  "description": "快速搭建VUE项目工具类的基本库，主要用于每个功能页面独立生成html，不使用vue单页面功能。",
  "main": "./src/cjs/index.js",
  "module": "./src/esm/index.js",
  "scripts": {
    "webpack": "webpack --config webpack.config.js  --mode production",
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "docs": "typedoc",
    "login": "npm login ",
    "buildLocal": "npm run tsc && npm run docs",
    "push-fastchar-appjs": "npm run buildLocal && npm publish"
  },
  "keywords": [
    "appjs",
    "croshe",
    "fastapp",
    "fastchar-appjs"
  ],
  "license": "ISC",
  "dependencies": {
    "axios": "1.6.8",
    "crypto-js": "4.2.0",
    "js-base64": "^3.6.1",
    "md5": "^2.3.0",
    "htmlparser2": "^6.1.0",
    "vconsole-webpack-plugin": "^1.6.1",
    "image-webpack-loader": "^7.0.1",
    "moment": "^2.29.4",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "ts-loader": "^9.1.1",
    "typescript": "^4.2.4",
    "webpack": "5.91.0",
    "webpack-cli": "^4.6.0",
    "typedoc": "^0.21.4"
  },
  "files": [
    "src/cjs",
    "src/esm",
    "src/amap"
  ],
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "eslint:recommended"
    ],
    "parserOptions": {
      "parser": "@typescript-eslint/parser"
    },
    "rules": {}
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
