@xapi-js/adaptor-nestjs
Version:
NestJS adaptor for X-API.
42 lines • 1.01 kB
JSON
{
"name": "@xapi-js/adaptor-nestjs",
"type": "module",
"version": "1.1.1",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "NestJS adaptor for X-API.",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"keywords": [
"tobesoft",
"x-api",
"xapi"
],
"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>",
"license": "MIT",
"dependencies": {
"express": "^5.1.0",
"rxjs": "^7.8.1",
"@nestjs/common": "^10.3.10",
"@xapi-js/core": "1.1.1"
},
"devDependencies": {},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage"
}
}