{
  "name": "@cranium/api",
  "version": "2.0.3",
  "description": "Promise based HTTP client for browsers and React-Native based on fetch API",
  "author": "Sasha <aleksandr.gulchenko@gmail.com>",
  "homepage": "https://github.com/alexgul4enko/bones#readme",
  "keywords": [
    "http",
    "fetch",
    "query params",
    "abort requests"
  ],
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexgul4enko/bones.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "compile-js": "BABEL_ENV=build babel lib --out-dir dist --source-maps --copy-files --extensions .js,.ts,.tsx --delete-dir-on-start --config-file ../../babel.config.js --no-comments",
    "compile-ts": "tsc",
    "build": "npm run compile-js && npm run compile-ts",
    "prerelease": "yarn build",
    "release": "lerna publish"
  },
  "bugs": {
    "url": "https://github.com/alexgul4enko/bones/issues"
  },
  "gitHead": "90f67aad4839ae4a475bbb32d41d35a543b21257",
  "dependencies": {
    "@types/lodash": "^4.14.189",
    "lodash": "^4.17.21",
    "path-to-regexp": "^6.2.1",
    "query-string": "^7.1.1"
  }
}
