mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-31 02:00:13 -06:00
20 lines
511 B
JSON
20 lines
511 B
JSON
{
|
|
"name": "puter-integration-tests",
|
|
"version": "1.0.0",
|
|
"description": "Integration tests for Puter",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha captcha/**/*.test.js",
|
|
"test:auth": "mocha captcha/authentication-flow.test.js",
|
|
"test:ui": "mocha captcha/ui-behavior.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.7",
|
|
"express": "^4.18.2",
|
|
"jsdom": "^21.1.0",
|
|
"mocha": "^10.2.0",
|
|
"sinon": "^15.2.0",
|
|
"body-parser": "^1.20.2",
|
|
"supertest": "^6.3.3"
|
|
}
|
|
} |