gQuery/package.json
Scott Tolinski 04b9394089 tweaks build
2021-10-19 21:58:13 -06:00

47 lines
1.3 KiB
JSON

{
"author": "Scott Tolinski",
"bugs": {
"url": "https://github.com/leveluptuts/gQuery/issues"
},
"dependencies": {
"@graphql-codegen/cli": "^2.2.1",
"@graphql-codegen/typescript-operations": "^2.1.8",
"camel-case": "^4.1.2",
"pascal-case": "^3.1.2",
"svelte": "^3.44.0",
"vite": "^2.6.10"
},
"description": "Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit",
"devDependencies": {
"@graphql-codegen/import-types-preset": "^2.1.6",
"@graphql-codegen/near-operation-file-preset": "^2.1.6",
"@graphql-codegen/plugin-helpers": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "^2.4.0",
"graphql": "^15.6.1",
"typescript": "^4.4.4"
},
"exports": {
".": "./dist/index.js",
"./*": "./dist/index.js",
"./codegen": "./codegen/plugin.js",
"./codegen-plugin": "./codegen/codegen.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/leveluptuts/gQuery#readme",
"keywords": [
"graphql"
],
"license": "ISC",
"name": "@leveluptuts/g-query",
"repository": {
"type": "git",
"url": "git+https://github.com/leveluptuts/gQuery.git"
},
"scripts": {
"dev": "tsc --watch",
"dev:codegen": "tsc -w --project codegen.tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "0.0.3"
}