auth-api/tests/package.json
lilleman 8173dc4354
Some checks failed
Test and build / build (push) Failing after 20s
The most basic GET accounts
2024-02-11 22:37:04 +01:00

21 lines
427 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-spec"
},
"author": "Lilleman",
"license": "ISC",
"dependencies": {
"dotenv": "16.4.2",
"got": "14.2.0",
"jsonwebtoken": "9.0.2",
"tap-spec": "2.2.2",
"tape": "5.7.4",
"tape-es": "1.2.17"
}
}