{
  "name": "graph-svg-js",
  "version": "1.1.39",
  "description": "",
  "main": "./lib/index",
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "typedoc": "typedoc src/index.ts --tsconfig tsconfig.typedoc.json",
    "build-babel": "tsc && babel lib --out-dir dist && cd lib && del *.js*",
    "build-webpack": "tsc &&  webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git@codeup.aliyun.com:60b0836844816b8ed2335ed6/ui-modules/graph/graph-svg.git"
  },
  "keywords": [
    "monitor"
  ],
  "author": "xs",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^16.11.15",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "typedoc": "^0.25.7",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.64.2",
    "webpack-cli": "^4.9.1"
  }
}
