21 lines
425 B
JSON
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"
|
|
}
|
|
}
|