{
  "name": "tiantian-fund-api",
  "version": "v1.0.3",
  "description": "天天基金网 Node.js API service",
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "scripts": {
    "start": "node index.js",
    "lint": "eslint . --ext .js",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "test": "cross-env NODE_ENV=test nyc --reporter=lcov mocha --require ./test/fixtures.js ./test/**/*.spec.js --timeout 30s",
    "test-reporter": "cross-env NODE_ENV=test nyc --reporter=lcov mocha --require ./test/fixtures.js ./test/**/*.spec.js --reporter json > test-results.json --timeout 30s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kouchao/TiantianFundApi.git"
  },
  "keywords": [
    "天天基金网",
    "东方财富",
    "基金api",
    "基金接口"
  ],
  "author": "kouchao",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kouchao/TiantianFundApi/issues"
  },
  "homepage": "https://github.com/kouchao/TiantianFundApi#readme",
  "dependencies": {
    "@koa/router": "^10.1.1",
    "axios": "^0.21.1",
    "glob": "^7.1.7",
    "koa": "^2.13.1"
  },
  "devDependencies": {
    "@vuepress/client": "2.0.0-beta.51",
    "cross-env": "^7.0.3",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "vue": "^3.2.39",
    "vuepress": "2.0.0-beta.51"
  }
}