laconic-deployer-frontend/services/gql-client/package.json

24 lines
499 B
JSON

{
"name": "@workspace/gql-client",
"license": "UNLICENSED",
"version": "0.0.1",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "biome check .",
"format": "biome format . --write"
},
"devDependencies": {
"@types/node": "^20.11.4",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@apollo/client": "^3.8.9"
}
}