mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11:49 +03:00
f229d1077d
- these are some of our first packages here and use `master` in their repository link - we've since switched the repo to use `main` but these links were not updated - this commit updates the links
36 lines
862 B
JSON
36 lines
862 B
JSON
{
|
|
"name": "@tryghost/magic-link",
|
|
"version": "1.0.18",
|
|
"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 --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",
|
|
"@types/node": "16.11.25",
|
|
"@types/nodemailer": "6.4.4",
|
|
"c8": "7.11.0",
|
|
"mocha": "9.2.0",
|
|
"should": "13.2.3",
|
|
"sinon": "13.0.1"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.5",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.15"
|
|
}
|
|
}
|