2019-09-03 06:07:03 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/magic-link",
|
2022-01-10 18:56:12 +03:00
|
|
|
"version": "1.0.15",
|
2019-09-03 06:07:03 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2021-10-20 14:33:01 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
2019-09-03 06:07:03 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-24 12:22:50 +03:00
|
|
|
"@types/jsonwebtoken": "8.5.1",
|
2021-09-21 12:23:56 +03:00
|
|
|
"@types/node": "14.17.17",
|
2021-09-20 14:53:52 +03:00
|
|
|
"@types/nodemailer": "6.4.4",
|
2021-08-20 11:25:25 +03:00
|
|
|
"c8": "7.8.0",
|
2021-10-20 14:55:15 +03:00
|
|
|
"mocha": "9.1.3",
|
2019-09-03 06:07:03 +03:00
|
|
|
"should": "13.2.3",
|
2021-07-27 15:02:31 +03:00
|
|
|
"sinon": "11.1.2"
|
2019-09-03 06:07:03 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.5.5",
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
"lodash": "^4.17.15"
|
|
|
|
}
|
|
|
|
}
|