UNPKG

1.64 kBJSONView Raw
1{
2 "name": "apollo-utilities",
3 "version": "1.3.4",
4 "description": "Utilities for working with GraphQL ASTs",
5 "author": "James Baxley <james@meteor.com>",
6 "contributors": [
7 "James Baxley <james@meteor.com>",
8 "Jonas Helfer <jonas@helfer.email>",
9 "Sashko Stubailo <sashko@stubailo.com>",
10 "James Burgess <jamesmillerburgess@gmail.com>"
11 ],
12 "license": "MIT",
13 "main": "./lib/bundle.cjs.js",
14 "module": "./lib/bundle.esm.js",
15 "typings": "./lib/index.d.ts",
16 "sideEffects": false,
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/apollographql/apollo-client.git"
20 },
21 "bugs": {
22 "url": "https://github.com/apollographql/apollo-client/issues"
23 },
24 "homepage": "https://github.com/apollographql/apollo-client#readme",
25 "scripts": {
26 "prepare": "npm run lint && npm run build",
27 "test": "tsc -p tsconfig.json --noEmit && jest",
28 "coverage": "jest --coverage",
29 "lint": "tslint -c \"../../config/tslint.json\" -p tsconfig.json src/*.ts",
30 "prebuild": "npm run clean",
31 "build": "tsc -b .",
32 "postbuild": "npm run bundle",
33 "bundle": "npx rollup -c rollup.config.js",
34 "watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\"",
35 "clean": "rm -rf coverage/* lib/*",
36 "prepublishOnly": "npm run clean && npm run build"
37 },
38 "peerDependencies": {
39 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
40 },
41 "dependencies": {
42 "@wry/equality": "^0.1.2",
43 "fast-json-stable-stringify": "^2.0.0",
44 "ts-invariant": "^0.4.0",
45 "tslib": "^1.10.0"
46 },
47 "gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead"
48}