{
  "name": "anichart-mini",
  "version": "1.0.1-7",
  "description": "Data visualization animation library",
  "author": "luofangguo <luo766299401@gmail.com>",
  "license": "MIT",
  "private": false,
  "main": "lib/index.js",
  "unpkg": "dist/anichart.js",
  "jsdelivr": "dist/anichart.js",
  "types": "typings/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/yunguo/anichart-mini.git"
  },
  "engines": {
    "node": ">=12.16.1"
  },
  "files": [
    "dist/**/*",
    "lib/**/*",
    "src/**/*",
    "typings/**/*"
  ],
  "scripts": {
    "build": "tsc --build tsconfig.json & webpack --config webpack.prod.js",
    "umd": "tsc --build tsconfig.umd.json",
    "deploy": "npm version prerelease",
    "serve": "webpack serve --open  --config webpack.dev.js --port 12341",
    "dev": "webpack  --config webpack.dev.js",
    "watch": "webpack --watch  --config webpack.dev.js",
    "prepublish": "yarn build",
    "test-node": "ts-node ./test/index_for_node.ts",
    "git-patch": "git checkout --patch master ./src"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@types/async": "^3.2.5",
    "@types/d3": "^7.1.0",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "html-webpack-plugin": "^5.2.0",
    "prettier": "^2.1.2",
    "source-map-loader": "^1.1.2",
    "ts-loader": "^9.3.0",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "typescript": "4.1.3",
    "webpack": "^5.72.1",
    "webpack-bundle-analyzer": "^4.1.0",
    "webpack-cli": "^4.3.1",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^5.7.3"
  },
  "dependencies": {
    "async": "^3.2.0",
    "d3": "7.4.4",
    "dayjs": "^1.11.2",
    "lodash": "^4.17.21"
  },
  "keywords": [
    "animation",
    "chart",
    "data",
    "visualization"
  ]
}
