Files
wifi-densepose/vendor/ruvector/examples/edge-net/tests/package.json

25 lines
961 B
JSON

{
"name": "@ruvector/edge-net-tests",
"version": "0.1.0",
"description": "Security and persistence test suite for Edge-Net relay server",
"type": "module",
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest",
"test:security": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest relay-security.test.ts",
"test:credits": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest credit-persistence.test.ts",
"test:credits-manual": "node manual-credit-test.cjs",
"test:all": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --runInBand",
"test:watch": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --watch"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/ws": "^8.5.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"ws": "^8.16.0"
}
}