snowballtools-base/packages/gql-client/package.json
nabarun 5aefda1248
All checks were successful
Lint / lint (20.x) (push) Successful in 4m5s
Integrate SP auctions for app deployment (#2)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75)
- Add support for configuring web-app deployers by -
  - Configuring deployer LRN (for targeted deployments)
  - Configuring SP auction params for deployment auction (max price and number of providers)

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: #2
2024-10-18 12:37:01 +00:00

20 lines
419 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"
}
}