PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@urql/core
Просмотр файла: package.json
{
"name": "@urql/core",
"version": "2.3.6",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
"bugs": "https://github.com/FormidableLabs/urql/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/urql.git",
"directory": "packages/core"
},
"keywords": [
"graphql client",
"state management",
"cache",
"formidablelabs",
"exchanges"
],
"main": "dist/urql-core",
"module": "dist/urql-core.mjs",
"types": "dist/types/index.d.ts",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist/urql-core.mjs",
"require": "./dist/urql-core.js",
"types": "./dist/types/index.d.ts",
"source": "./src/index.ts"
},
"./package.json": "./package.json",
"./internal": {
"import": "./dist/urql-core-internal.mjs",
"require": "./dist/urql-core-internal.js",
"types": "./dist/types/internal/index.d.ts",
"source": "./src/internal/index.ts"
}
},
"files": [
"LICENSE",
"README.md",
"dist/",
"internal/"
],
"scripts": {
"test": "jest",
"clean": "rimraf dist",
"check": "tsc --noEmit",
"lint": "eslint --ext=js,jsx,ts,tsx .",
"build": "rollup -c ../../scripts/rollup/config.js",
"prepare": "node ../../scripts/prepare/index.js",
"prepublishOnly": "run-s clean build"
},
"jest": {
"preset": "../../scripts/jest/preset"
},
"devDependencies": {
"graphql": "^16.0.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.0",
"wonka": "^4.0.14"
},
"publishConfig": {
"access": "public"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!