2019-09-03 06:07:03 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/magic-link",
|
2022-07-15 13:03:57 +03:00
|
|
|
"version": "1.1.0",
|
2022-02-16 11:32:32 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/magic-link",
|
2019-09-03 06:07:03 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-02-21 15:08:55 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --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": {
|
2022-01-21 16:57:51 +03:00
|
|
|
"@types/jsonwebtoken": "8.5.8",
|
2022-02-14 23:44:53 +03:00
|
|
|
"@types/node": "16.11.25",
|
2021-09-20 14:53:52 +03:00
|
|
|
"@types/nodemailer": "6.4.4",
|
2022-05-16 08:20:36 +03:00
|
|
|
"c8": "7.11.3",
|
2022-05-02 05:29:13 +03:00
|
|
|
"mocha": "10.0.0",
|
2019-09-03 06:07:03 +03:00
|
|
|
"should": "13.2.3",
|
2022-05-09 07:41:01 +03:00
|
|
|
"sinon": "14.0.0"
|
2019-09-03 06:07:03 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.5.5",
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
"lodash": "^4.17.15"
|
|
|
|
}
|
|
|
|
}
|