snowballtools-base/packages/gql-client/package.json

20 lines
419 B
JSON
Raw Normal View History

{
"name": "gql-client",
"license": "UNLICENSED",
"version": "1.0.0",
"main": "dist/index.js",
2024-04-11 21:40:22 +00:00
"module": "./dist/index.mjs",
"scripts": {
2024-04-11 23:10:39 +00:00
"build": "npx tsup src/index.ts --dts --format esm,cjs --sourcemap",
"lint": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^20.11.4",
2024-04-11 21:40:22 +00:00
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@apollo/client": "^3.8.9"
}
}