UNPKG

@xapi-js/adaptor-express

Version:

Express.js adaptor for X-API.

49 lines 1.08 kB
{ "name": "@xapi-js/adaptor-express", "type": "module", "version": "1.8.0", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "description": "Express.js 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" ], "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": { "@xapi-js/core": "1.8.0" }, "peerDependencies": { "express": "^5.1.0" }, "devDependencies": { "express": "^5.1.0", "@types/express": "^5.0.3", "node-mocks-http": "^1.17.2" }, "scripts": { "build": "tsdown", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage" } }