Ghost/ghost/magic-link/package.json

36 lines
869 B
JSON
Raw Normal View History

{
"name": "@tryghost/magic-link",
"version": "1.0.24",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/magic-link",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jsonwebtoken": "8.5.8",
2022-02-14 23:44:53 +03:00
"@types/node": "16.11.25",
"@types/nodemailer": "6.4.4",
2022-05-03 00:39:21 +03:00
"c8": "7.11.2",
2022-05-02 05:29:13 +03:00
"mocha": "10.0.0",
"should": "13.2.3",
2022-04-27 10:10:37 +03:00
"sinon": "13.0.2"
},
"dependencies": {
"bluebird": "^3.5.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15"
}
}