Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@apollo
/
react-testing
/
Filename :
package.json
back
Copy
{ "name": "@apollo/react-testing", "description": "React Apollo testing utilities.", "version": "3.0.1", "author": "opensource@apollographql.com", "keywords": [ "apollo", "graphql", "react", "testing" ], "license": "MIT", "main": "./lib/react-testing.cjs.js", "module": "./lib/react-testing.esm.js", "typings": "./lib/index.d.ts", "repository": { "type": "git", "url": "apollographql/react-apollo" }, "sideEffects": false, "scripts": { "clean": "rm -Rf ./lib/* ./meta/coverage/* ./.rpt2_cache", "prepare": "npm run build", "prebuild": "npm run clean", "build": "npx tsc -p ./config", "postbuild": "npx rollup -c ./config/rollup.config.js", "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config", "predeploy": "npm run build", "deploy": "npm publish", "test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/testing", "test:watch": "npm run test -- --watch", "test:full": "npm run type-check && npm run test -- --coverage" }, "peerDependencies": { "apollo-cache-inmemory": "^1.6.2", "apollo-client": "^2.6.4", "apollo-link": "^1.2.12", "apollo-utilities": "^1.3.2", "graphql": "^14.3.1", "react": "^16.8.0" }, "dependencies": { "@apollo/react-common": "^3.0.1", "fast-json-stable-stringify": "^2.0.0", "tslib": "^1.10.0" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "jest": "24.8.0", "rollup": "1.19.4", "tsc-watch": "2.4.0", "typescript": "3.5.3" }, "gitHead": "ec4208c20750a8eb605bda2f9f0ffb44fb4723b0" }