Files
ShieldAI/packages/integration-tests/package.json

31 lines
742 B
JSON

{
"name": "@shieldai/integration-tests",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"test": "jest",
"test:e2e": "jest src/e2e",
"test:unit": "jest src/unit",
"test:bench": "jest src/benchmarks",
"test:coverage": "jest --coverage",
"lint": "eslint src/"
},
"dependencies": {
"@shieldai/db": "workspace:*",
"@shieldai/shared-billing": "workspace:*",
"@shieldai/shared-notifications": "workspace:*",
"jest": "^29.7.0",
"@types/jest": "^29.5.0",
"@jest/globals": "^29.7.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"ts-node": "^10.9.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}