Ghost/ghost/members-ssr/package.json

40 lines
968 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": "1.0.21",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-ssr",
2019-04-02 11:20:43 +03:00
"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 '**/*.js'",
2019-04-02 11:20:43 +03:00
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@types/cookies": "0.7.7",
2022-02-14 23:44:53 +03:00
"@types/node": "16.11.25",
2022-01-18 11:40:13 +03:00
"c8": "7.11.0",
"keypair": "1.0.4",
2022-02-21 03:05:27 +03:00
"mocha": "9.2.1",
2019-04-02 11:20:43 +03:00
"should": "13.2.3",
2022-02-15 15:36:16 +03:00
"sinon": "13.0.1"
2019-04-02 11:20:43 +03:00
},
"dependencies": {
"@tryghost/debug": "^0.1.2",
"@tryghost/errors": "^1.1.0",
2019-04-02 11:20:43 +03:00
"bluebird": "^3.5.3",
"concat-stream": "^2.0.0",
2019-10-14 03:23:55 +03:00
"cookies": "^0.8.0",
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
}
}