{ "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" } }