auth-api/tests/package.json
lilleman 67d39dae3e
All checks were successful
Test and build / build (push) Successful in 4s
Fixed broken tests
2024-02-11 22:59:40 +01:00

21 lines
425 B
JSON

{
"name": "tests",
"version": "0.1.0",
"description": "Integration tests for the auth app",
"type": "module",
"main": "index.js",
"scripts": {
"test": "tape-es \"test-cases/*.js\" | tap-arc"
},
"author": "Lilleman",
"license": "ISC",
"dependencies": {
"dotenv": "16.4.2",
"got": "14.2.0",
"jsonwebtoken": "9.0.2",
"tap-arc": "1.2.2",
"tape": "5.7.4",
"tape-es": "1.2.17"
}
}