{
  "name": "axios-router",
  "version": "1.0.3",
  "description": "make axios a router to config ",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm run build && npm test",
    "test": "jest --config jest.config.js",
    "build": "tsc",
    "dev": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guoshencheng/axios-router.git"
  },
  "keywords": [
    "axios",
    "router"
  ],
  "author": "guoshencheng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guoshencheng/axios-router/issues"
  },
  "homepage": "https://github.com/guoshencheng/axios-router#readme",
  "devDependencies": {
    "@types/fbemitter": "^2.0.32",
    "@types/jest": "^23.3.1",
    "@types/node": "^10.5.7",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.4.2",
    "ts-jest": "^23.1.2",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "fbemitter": "^2.1.1",
    "path-to-regexp": "^2.2.1"
  }
}
