Lilleman
d6fd4e705f
Better resilience against crashes Even better resilience against crashes Fixed stuff Renamed API service Fixed some paths Simplified error handling Updated README
21 lines
427 B
JSON
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": "10.0.0",
|
|
"got": "11.8.2",
|
|
"jsonwebtoken": "8.5.1",
|
|
"tap-spec": "5.0.0",
|
|
"tape": "5.3.1",
|
|
"tape-es": "1.2.15"
|
|
}
|
|
}
|