ipsased
Version:
UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "@acusti/post",
"version": "0.5.1",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"description": "Super minimal fetch-inspired API wrapper around node.js’ http and https modules for making POST requests",
"keywords": [
"node",
"fetch",
"request",
"promise",
"graphql",
"typescript",
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
"directory": "packages/post"
},
"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/post#readme",
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
}
}