UNPKG

ipsased

Version:

UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more

50 lines (49 loc) 1.27 kB
{ "name": "@acusti/appsync-fetch", "version": "0.15.1", "type": "module", "sideEffects": false, "exports": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "description": "A lightweight node.js module for making requests to an AWS AppSync graphql API", "keywords": [ "node", "fetch", "request", "promise", "graphql", "appsync", "aws", "typescript", "ts", "flow" ], "scripts": { "test": "vitest" }, "repository": { "type": "git", "url": "https://github.com/acusti/uikit.git", "directory": "packages/appsync-fetch" }, "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)", "license": "Unlicense", "bugs": { "url": "https://github.com/acusti/uikit/issues" }, "homepage": "https://github.com/acusti/uikit/tree/main/packages/appsync-fetch#readme", "dependencies": { "@acusti/aws-signature-v4": "^0.6.2", "@acusti/post": "^0.5.1" }, "devDependencies": { "@types/node": "^20.10.5", "typescript": "^5.3.3", "vitest": "^1.1.0" } }