{
  "name": "qiao-encode",
  "version": "4.9.4",
  "description": "nodejs crypto tool",
  "keywords": [
    "nodejs",
    "crypto",
    "tool",
    "aes",
    "3des",
    "uuid",
    "random",
    "md5"
  ],
  "author": "uikoo9 <uikoo9@qq.com>",
  "homepage": "https://code.vincentqiao.com/#qiao-encode",
  "license": "MIT",
  "main": "index.js",
  "module": "src/index.js",
  "sideEffets": false,
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uikoo9/qiao-nodejs.git"
  },
  "bugs": {
    "url": "https://github.com/uikoo9/qiao-nodejs/issues"
  },
  "scripts": {
    "build": "qpro rollup ./rollup.config.js",
    "test": "ava"
  },
  "dependencies": {
    "uuid": "^11.1.0"
  },
  "nx": {
    "namedInputs": {
      "default": [
        "{projectRoot}/src/**/*"
      ]
    },
    "targets": {
      "build": {
        "inputs": [
          "default"
        ],
        "outputs": [
          "{projectRoot}/index.js"
        ]
      }
    }
  },
  "gitHead": "ecea2f990d400da5f929ec2d90e2fd002ae7cbaa"
}
