Files
SDK-TypeScript/package.json
chatenium 431b33a2b9
Some checks failed
Setup testing environment and test the code / build (push) Has been cancelled
Updated environment.ts and workflow
2026-04-05 12:21:38 +02:00

27 lines
580 B
JSON

{
"name": "chatenium-sdk",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "vitest run",
"test-unit": "vitest run --project unit",
"test-integration": "vitest run --project integration",
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^25.5.2",
"typescript": "^5.5.3",
"vitest": "^4.1.2"
},
"private": true,
"dependencies": {
"@faker-js/faker": "^10.4.0",
"axios": "^1.14.0",
"dotenv": "^17.4.0",
"msw": "^2.12.14",
"uuid": "^13.0.0"
}
}