Ghost/ghost/magic-link/package.json

35 lines
802 B
JSON
Raw Normal View History

{
"name": "@tryghost/magic-link",
"version": "1.0.7",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jsonwebtoken": "8.5.1",
2021-05-21 14:41:58 +03:00
"@types/node": "14.17.0",
"@types/nodemailer": "6.4.1",
2021-07-26 05:13:22 +03:00
"mocha": "9.0.3",
"should": "13.2.3",
2021-07-14 14:38:36 +03:00
"sinon": "11.1.1"
},
"dependencies": {
"bluebird": "^3.5.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15"
}
}