{ "name": "@tryghost/magic-link", "version": "0.0.0", "private": true, "author": "Ghost Foundation", "license": "MIT", "main": "index.js", "scripts": { "dev": "echo \"Implement me!\"", "test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'", "test": "yarn test:unit", "lint": "eslint . --ext .js --cache" }, "files": [ "index.js", "lib" ], "devDependencies": { "@types/jsonwebtoken": "8.5.9", "@types/nodemailer": "6.4.6", "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", "sinon": "14.0.1" }, "dependencies": { "@tryghost/errors": "1.2.18", "@tryghost/tpl": "0.1.19", "@tryghost/validator": "0.1.29", "jsonwebtoken": "8.5.1" } }