Ghost/ghost/magic-link/package.json
Fabien O'Carroll 45c3de71d6 Published new versions
- @tryghost/magic-link@1.0.4
 - @tryghost/members-api@1.15.0
 - @tryghost/members-ssr@1.0.4
2021-06-16 18:25:48 +01:00

36 lines
832 B
JSON

{
"name": "@tryghost/magic-link",
"version": "1.0.4",
"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",
"@types/node": "14.17.0",
"@types/nodemailer": "6.4.1",
"mocha": "6.2.3",
"should": "13.2.3",
"sinon": "7.5.0"
},
"dependencies": {
"bluebird": "^3.5.5",
"ghost-ignition": "4.6.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15"
}
}