graphql-friendly
Version:
An easy and friendly graphql client, alternative to apollo-client
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "graphql-friendly",
"version": "0.0.12",
"description": "An easy and friendly graphql client, alternative to apollo-client",
"author": "Tchoupinax <corentinfiloche@hotmail.fr> (https://corentinfiloche.xyz)",
"keywords": [
"apollo",
"client",
"graphql",
"graphql-friendly",
"vue",
"vue3"
],
"repository": {
"type": "git",
"url": "https://github.com/Tchoupinax/graphql-friendly"
},
"bugs": {
"url": "https://github.com/Tchoupinax/graphql-friendly/issues"
},
"license": "MIT",
"scripts": {
"test": "echo 0",
"start": "klap start --no-minify",
"watch": "klap watch --no-minify",
"build": "tsc && klap build --no-minify"
},
"dependencies": {
"axios": "1.10.0",
"graphql": "16.11.0",
"graphql-ws": "6.0.5"
},
"devDependencies": {
"@types/node": "24.0.10",
"klap": "7.0.11",
"np": "10.2.0",
"tsup": "8.5.0",
"typescript": "5.8.3"
},
"files": [
"dist"
],
"source": "src/index.ts",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js"
}