{
  "name": "peacetrue-js",
  "version": "1.0.6",
  "description": "js工具类及常用组件扩展",
  "type": "module",
  "private": false,
  "files": [
    "build",
    "src",
    "test",
    "dist",
    "examples"
  ],
  "scripts": {
    "test": "mocha --recursive",
    "examples": "open ./examples/index.html",
    "build": "webpack -pt:module=* -pt:clean && webpack",
    "build:gather": "webpack -pt:clean",
    "build:all": "webpack -pt:module=* -pt:clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peacetrue/js-lib.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/peacetrue/js-lib/issues"
  },
  "homepage": "https://github.com/peacetrue/js-lib#readme",
  "directories": {
    "test": "test"
  },
  "keywords": [],
  "devDependencies": {
    "async-validator": "^1.11.3",
    "chai": "^4.2.0",
    "clean-webpack-plugin": "^3.0.0",
    "jsonpath": "^1.0.2",
    "lodash": "^4.17.11",
    "mocha": "^6.1.4",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.4"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "qs": "^6.7.0"
  }
}
