Ghost/ghost/members-ssr/package.json

38 lines
867 B
JSON
Raw Normal View History

2019-04-02 11:20:43 +03:00
{
2019-04-16 13:28:58 +03:00
"name": "@tryghost/members-ssr",
"version": "0.7.6",
2019-04-02 11:20:43 +03:00
"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'",
2019-04-02 11:20:43 +03:00
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@types/cookies": "0.7.4",
"@types/node": "12.12.36",
2019-04-22 06:44:00 +03:00
"keypair": "1.0.1",
2019-10-25 22:04:08 +03:00
"mocha": "6.2.2",
2019-04-02 11:20:43 +03:00
"should": "13.2.3",
2019-09-30 03:36:16 +03:00
"sinon": "7.5.0"
2019-04-02 11:20:43 +03:00
},
"dependencies": {
"bluebird": "^3.5.3",
"concat-stream": "^2.0.0",
2019-10-14 03:23:55 +03:00
"cookies": "^0.8.0",
2019-04-02 11:20:43 +03:00
"ghost-ignition": "^3.0.4",
2019-04-04 12:10:05 +03:00
"jsonwebtoken": "^8.5.1",
2019-04-02 11:20:43 +03:00
"lodash": "^4.17.11"
2019-04-16 16:43:45 +03:00
},
"publishConfig": {
"access": "public"
2019-04-02 11:20:43 +03:00
}
}