d59051c104
- @tryghost/magic-link@1.0.6 - @tryghost/members-api@1.20.0 - @tryghost/members-csv@1.1.2 - @tryghost/members-ssr@1.0.6
39 lines
911 B
JSON
39 lines
911 B
JSON
{
|
|
"name": "@tryghost/members-ssr",
|
|
"version": "1.0.6",
|
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
"lint": "eslint '**/*.js'",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/cookies": "0.7.6",
|
|
"@types/node": "14.17.0",
|
|
"keypair": "1.0.3",
|
|
"mocha": "9.0.2",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/debug": "^0.1.2",
|
|
"@tryghost/ignition-errors": "^0.1.2",
|
|
"bluebird": "^3.5.3",
|
|
"concat-stream": "^2.0.0",
|
|
"cookies": "^0.8.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|