2019-09-03 06:07:03 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/magic-link",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2019-09-03 06:07:03 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
|
|
"test": "yarn test:unit",
|
2022-07-21 11:09:36 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2019-09-03 06:07:03 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-08-24 17:09:21 +03:00
|
|
|
"@types/jsonwebtoken": "8.5.9",
|
2023-01-02 23:01:26 +03:00
|
|
|
"@types/nodemailer": "6.4.7",
|
2023-02-17 01:15:50 +03:00
|
|
|
"c8": "7.13.0",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0",
|
2019-09-03 06:07:03 +03:00
|
|
|
"should": "13.2.3",
|
2023-04-05 15:53:35 +03:00
|
|
|
"sinon": "15.0.3"
|
2019-09-03 06:07:03 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-05 14:22:00 +03:00
|
|
|
"@tryghost/errors": "1.2.24",
|
2023-02-27 20:40:33 +03:00
|
|
|
"@tryghost/tpl": "0.1.22",
|
|
|
|
"@tryghost/validator": "0.2.1",
|
2022-08-18 12:36:16 +03:00
|
|
|
"jsonwebtoken": "8.5.1"
|
2019-09-03 06:07:03 +03:00
|
|
|
}
|
|
|
|
}
|