nabarun
be90fc76c1
All checks were successful
Lint / lint (20.x) (push) Successful in 4m57s
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: #14
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "gql-client",
|
|
"license": "UNLICENSED",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./src",
|
|
"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"
|
|
}
|
|
}
|