@tsed/platform-test-sdk
Version:
Package to test platform adapter integration with Ts.ED
61 lines • 1.65 kB
JSON
{
"name": "@tsed/platform-test-sdk",
"description": "Package to test platform adapter integration with Ts.ED",
"type": "module",
"version": "8.14.1",
"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.14.1",
"@tsed/core": "8.14.1",
"@tsed/di": "8.14.1",
"@tsed/json-mapper": "8.14.1",
"@tsed/logger": "7.0.1",
"@tsed/platform-cache": "8.14.1",
"@tsed/platform-http": "8.14.1",
"@tsed/platform-params": "8.14.1",
"@tsed/platform-router": "8.14.1",
"@tsed/platform-views": "8.14.1",
"@tsed/schema": "8.14.1",
"@tsed/swagger": "8.14.1",
"ajv": "^8.17.1",
"axios": "1.7.7",
"read-pkg-up": "7.0.1"
},
"devDependencies": {
"@tsed/barrels": "8.14.1",
"@tsed/typescript": "8.14.1",
"eslint": "9.12.0",
"typescript": "5.4.5"
},
"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"
}