@xapi-js/adaptor-fetch
Version:
Fetch API adaptor for X-API.
46 lines • 1.05 kB
JSON
{
"name": "@xapi-js/adaptor-fetch",
"type": "module",
"version": "1.1.0",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "Fetch API adaptor for X-API.",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"files": [
"dist"
],
"keywords": [
"tobesoft",
"x-api",
"xapi"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Clickin/xapi-js"
},
"homepage": "https://github.com/Clickin/xapi-js",
"bugs": {
"url": "https://github.com/Clickin/xapi-js/issues"
},
"author": "Clickin <josh87786@gmail.com>",
"dependencies": {
"vitest": "^3.2.4",
"@xapi-js/core": "1.1.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"vitest-fetch-mock": "^0.4.5"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage"
}
}