UNPKG

@tsed/platform-test-sdk

Version:
61 lines 1.65 kB
{ "name": "@tsed/platform-test-sdk", "description": "Package to test platform adapter integration with Ts.ED", "type": "module", "version": "8.23.0", "source": "./src/index.ts", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", "typings": "./lib/types/index.d.ts", "exports": { ".": { "tsed-source": "./src/index.ts", "types": "./lib/types/index.d.ts", "import": "./lib/esm/index.js", "default": "./lib/esm/index.js" } }, "scripts": { "build": "yarn barrels && yarn build:ts", "barrels": "barrels", "build:ts": "tsc --build tsconfig.esm.json" }, "keywords": [ "Ts.ED", "Testing", "sdk", "Platform", "Adapter" ], "dependencies": { "@tsed/ajv": "8.23.0", "@tsed/core": "8.23.0", "@tsed/di": "8.23.0", "@tsed/json-mapper": "8.23.0", "@tsed/logger": "8.0.0", "@tsed/platform-cache": "8.23.0", "@tsed/platform-http": "8.23.0", "@tsed/platform-params": "8.23.0", "@tsed/platform-router": "8.23.0", "@tsed/platform-views": "8.23.0", "@tsed/schema": "8.23.0", "@tsed/swagger": "8.23.0", "ajv": "^8.17.1", "axios": "1.12.0", "read-pkg-up": "7.0.1" }, "devDependencies": { "@tsed/barrels": "8.23.0", "@tsed/typescript": "8.23.0", "eslint": "9.12.0", "typescript": "5.9.3" }, "peerDependencies": {}, "repository": "https://github.com/tsedio/tsed", "bugs": { "url": "https://github.com/tsedio/tsed/issues" }, "homepage": "https://github.com/tsedio/tsed/tree/production/packages/platform/platform-test-sdk", "author": "Romain Lenzotti", "license": "MIT" }