Skip to content

Commit

Permalink
Add npm exports and metadata (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez authored Nov 17, 2022
1 parent cb29530 commit f956f68
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
18 changes: 17 additions & 1 deletion packages/houdini-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@
"name": "houdini-react",
"version": "0.17.9",
"private": true,
"description": "The disappearing GraphQL clients",
"description": "The React plugin for houdini",
"keywords": [
"typescript",
"react",
"graphql",
"graphql-client"
],
"homepage": "https://github.com/HoudiniGraphql/houdini",
"funding": "https://github.com/sponsors/HoudiniGraphql",
"repository": {
"type": "git",
"url": "https://github.com/HoudiniGraphql/houdini.git"
},
"license": "MIT",
"scripts": {
"compile": "scripts build --plugin",
"typedefs": "scripts typedefs --plugin"
Expand All @@ -21,6 +34,9 @@
"houdini": "workspace:^",
"recast": "^0.21.5"
},
"files": [
"build"
],
"exports": {
"./package.json": "./package.json",
"./next": {
Expand Down
17 changes: 17 additions & 0 deletions packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
"name": "houdini-svelte",
"version": "0.17.9",
"description": "The svelte plugin for houdini",
"keywords": [
"typescript",
"svelte",
"sveltekit",
"graphql",
"graphql-client"
],
"homepage": "https://github.com/HoudiniGraphql/houdini",
"funding": "https://github.com/sponsors/HoudiniGraphql",
"repository": {
"type": "git",
"url": "https://github.com/HoudiniGraphql/houdini.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"tests": "vitest",
Expand All @@ -27,6 +41,9 @@
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
},
"files": [
"build"
],
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
15 changes: 15 additions & 0 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "houdini",
"version": "0.17.9",
"description": "The disappearing GraphQL clients",
"keywords": [
"typescript",
"graphql",
"graphql-client"
],
"homepage": "https://github.com/HoudiniGraphql/houdini",
"funding": "https://github.com/sponsors/HoudiniGraphql",
"repository": {
"type": "git",
"url": "https://github.com/HoudiniGraphql/houdini.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"compile": "scripts build",
Expand Down Expand Up @@ -42,6 +54,9 @@
"recast": "^0.21.5",
"vite-plugin-watch-and-run": "^1.0.3"
},
"files": [
"build"
],
"exports": {
"./package.json": "./package.json",
"./codegen": {
Expand Down

0 comments on commit f956f68

Please sign in to comment.