UNPKG

1.7 kBJSONView Raw
1{
2 "name": "apollo-boost",
3 "version": "0.4.9",
4 "description": "The easiest way to get started with Apollo Client",
5 "author": "Peggy Rayzis <peggy@apollographql.com>",
6 "contributors": [
7 "James Baxley <james@apollographql.com>",
8 "Sashko Stubailo <sashko@apollographql.com>",
9 "James Burgess <jamesmillerburgess@gmail.com>"
10 ],
11 "license": "MIT",
12 "main": "./lib/bundle.cjs.js",
13 "module": "./lib/bundle.esm.js",
14 "typings": "./lib/index.d.ts",
15 "sideEffects": false,
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/apollographql/apollo-client.git"
19 },
20 "bugs": {
21 "url": "https://github.com/apollographql/apollo-client/issues"
22 },
23 "homepage": "https://github.com/apollographql/apollo-client#readme",
24 "scripts": {
25 "prepare": "npm run lint && npm run build",
26 "test": "tsc -p tsconfig.json --noEmit && jest",
27 "coverage": "jest --coverage",
28 "lint": "tslint -c \"../../config/tslint.json\" -p tsconfig.json src/*.ts",
29 "prebuild": "npm run clean",
30 "build": "tsc -b .",
31 "postbuild": "npm run bundle",
32 "watch": "tsc -w -p .",
33 "clean": "rm -rf coverage/* lib/*",
34 "prepublishOnly": "npm run build",
35 "bundle": "npx rollup -c rollup.config.js"
36 },
37 "dependencies": {
38 "apollo-cache": "^1.3.5",
39 "apollo-cache-inmemory": "^1.6.6",
40 "apollo-client": "^2.6.10",
41 "apollo-link": "^1.0.6",
42 "apollo-link-error": "^1.0.3",
43 "apollo-link-http": "^1.3.1",
44 "graphql-tag": "^2.4.2",
45 "ts-invariant": "^0.4.0",
46 "tslib": "^1.10.0"
47 },
48 "peerDependencies": {
49 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
50 },
51 "gitHead": "64cda6af5ebd1b917d8838790e043cc70dab4ed2"
52}