{
  "name": "@stand/ajax-base",
  "version": "0.2.4",
  "description": "ajax-base",
  "browser": "dist/ajax-base.umd.js",
  "main": "dist/ajax-base.cjs.js",
  "module": "dist/ajax-base.esm.js",
  "scripts": {
    "watch": "rollup -c -w",
    "serve": "serve -l tcp://0.0.0.0",
    "build": "rollup -c",
    "dev": "npm-run-all -p serve watch",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stand-packs/ajax-base.git"
  },
  "keywords": [
    "stand",
    "ajax-base"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stand-packs/ajax-base/issues"
  },
  "homepage": "https://github.com/stand-packs/ajax-base#readme",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.7.0",
    "@babel/plugin-transform-runtime": "^7.6.0",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.3.0",
    "eslint-config-prettier": "^6.2.0",
    "eslint-plugin-prettier": "^3.1.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.18.2",
    "rollup": "^1.20.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^6.2.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.1",
    "serve": "^11.1.0"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.6.0",
    "@stand/base": "^0.3.3",
    "axios": "^0.19.0"
  }
}
