gQuery/package.json
2021-10-06 15:41:44 -06:00

42 lines
1.1 KiB
JSON

{
"author": "Scott Tolinski",
"bugs": {
"url": "https://github.com/leveluptuts/gQuery/issues"
},
"dependencies": {
"@graphql-codegen/cli": "^2.2.0",
"camel-case": "^4.1.2",
"pascal-case": "^3.1.2",
"svelte": "^3.43.1",
"vite": "^2.6.2"
},
"description": "Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit",
"devDependencies": {
"@graphql-codegen/plugin-helpers": "^2.1.1",
"@graphql-codegen/visitor-plugin-common": "^2.2.1",
"graphql": "^15.6.1",
"typescript": "^4.3.2"
},
"exports": {
".": "./dist/index.js",
"./codegen": "./codegen/plugin.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/leveluptuts/gQuery#readme",
"keywords": [
"graphql"
],
"license": "ISC",
"name": "@leveluptuts/gQuery",
"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.1"
}