61125d7605
refs https://github.com/TryGhost/Toolbox/issues/354 - these repository links made sense when they were in different repos and published to NPM but we don't publish these packages any more - this commit deletes those keys from the files
32 lines
721 B
JSON
32 lines
721 B
JSON
{
|
|
"name": "@tryghost/magic-link",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "8.5.8",
|
|
"@types/node": "16.11.45",
|
|
"@types/nodemailer": "6.4.4",
|
|
"c8": "7.12.0",
|
|
"mocha": "10.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.7.2",
|
|
"jsonwebtoken": "8.5.1",
|
|
"lodash": "4.17.21"
|
|
}
|
|
}
|