58cb25fe86
- @tryghost/magic-link@0.1.2 - @tryghost/members-api@0.5.3 - @tryghost/members-browser-auth@0.2.3 - @tryghost/members-gateway-api@0.1.7 - @tryghost/members-ssr@0.5.0 - @tryghost/members-theme-bindings@0.2.6
38 lines
867 B
JSON
38 lines
867 B
JSON
{
|
|
"name": "@tryghost/members-ssr",
|
|
"version": "0.5.0",
|
|
"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.2",
|
|
"@types/node": "^12.7.5",
|
|
"keypair": "1.0.1",
|
|
"mocha": "6.2.0",
|
|
"should": "13.2.3",
|
|
"sinon": "7.4.2"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.3",
|
|
"concat-stream": "^2.0.0",
|
|
"cookies": "^0.7.3",
|
|
"ghost-ignition": "^3.0.4",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|