mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 16:29:19 +00:00
19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"name": "gql-client",
|
|
"license": "UNLICENSED",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"scripts": {
|
|
"build": "npx tsup src/index.ts --dts --format esm,cjs --sourcemap",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.4",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.8.9"
|
|
}
|
|
} |