{
  "name": "@antv/data-wizard",
  "version": "2.0.4",
  "description": "A js/ts library for data processing",
  "author": {
    "name": "AntV",
    "url": "https://antv.vision/"
  },
  "homepage": "https://ava.antv.vision/en/docs/guide/data-wizard/intro",
  "repository": {
    "type": "git",
    "url": "https://github.com/antvis/ava"
  },
  "keywords": [
    "data processing",
    "AntV",
    "AVA"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "unpkg": "dist/index.min.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "dist",
    "lib"
  ],
  "scripts": {
    "lint": "eslint --ext .js,.jsx,.ts,.tsx './'",
    "lint-fix": "npm run lint -- --fix",
    "prettier": " prettier --check '**/*' --ignore-path=../../.prettierignore",
    "prettier-fix": "npm run prettier -- --write",
    "format": "npm run prettier-fix && npm run lint-fix",
    "lint-staged": "lint-staged",
    "clean": "rimraf lib esm dist",
    "build:umd": "rimraf ./dist && rollup -c",
    "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib",
    "build:esm": "rimraf ./esm && tsc --module es6 --outDir esm",
    "build": "run-p build:*",
    "test": "jest",
    "coverage": "jest --coverage",
    "watch": "yarn module && yarn build --w"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "@antv/algorithm": "^0.1.12",
    "@antv/ckb": "^2.0.4",
    "date-fns": "^2.23.0",
    "mersenne-twister": "^1.1.0",
    "randexp": "^0.5.3",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "eslint": "^7.32.0",
    "jest": "^24.9.0",
    "lint-staged": "^11.0.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.59.0",
    "typescript": "4.3.5"
  },
  "gitHead": "394f49d11e7a84f65c373d13a4c6009e1f3546c1"
}
