Ghost/ghost/magic-link/package.json
Rish a136e5f839 Published new versions
- @tryghost/magic-link@0.4.9
 - @tryghost/members-api@0.20.1
 - @tryghost/members-ssr@0.8.1
2020-06-10 16:32:14 +05:30

36 lines
834 B
JSON

{
"name": "@tryghost/magic-link",
"version": "0.4.9",
"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.0",
"@types/node": "12.12.47",
"@types/nodemailer": "6.4.0",
"mocha": "6.2.2",
"should": "13.2.3",
"sinon": "7.5.0"
},
"dependencies": {
"bluebird": "^3.5.5",
"ghost-ignition": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15"
}
}