console/packages/libraries/core/package.json
github-actions[bot] 41c1f0b6da
chore(release): update monorepo packages versions (#91)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-25 15:56:27 +02:00

49 lines
1.1 KiB
JSON

{
"name": "@graphql-hive/core",
"version": "0.2.2",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-hive",
"directory": "packages/libraries/core"
},
"homepage": "https://graphql-hive.com",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./*": {
"require": "./dist/*.js",
"import": "./dist/*.mjs"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "bob build --single"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"lodash.sortby": "4.7.0"
},
"devDependencies": {
"@types/lodash.sortby": "4.7.7"
}
}