{
  "name": "js-quota-chart",
  "version": "1.0.2",
  "description": "股票行情图，包括分时图，K线图",
  "main": "./release/quota-chart.js",
  "files": [
    "release"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "cross-env NODE_ENV=development webpack-dev-server",
    "build": "cross-env NODE_ENV=production webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ccclllll/quota-chart.git"
  },
  "keywords": [],
  "author": {
    "name": "chenlangmoli123"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ccclllll/quota-chart/issues"
  },
  "homepage": "https://github.com/ccclllll/quota-chart#readme",
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.16.4",
    "@types/node": "^16.11.12",
    "babel-loader": "^8.2.3",
    "core-js": "^2.6.11",
    "cross-env": "^7.0.3",
    "html-webpack-plugin": "^5.5.0",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.2",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.6.0"
  }
}
