mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03:00
07d65c4741
no refs - the package dependencies of modules we use in `members-api` got missed with previous changes, updating
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@tryghost/members-api",
|
|
"version": "1.37.0",
|
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 mocha --reporter dot './test/**/*.test.js'",
|
|
"lint": "eslint '**/*.js'",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"MembersAPI.js",
|
|
"lib",
|
|
"gateway"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node-jose": "1.1.6",
|
|
"c8": "7.8.0",
|
|
"mocha": "9.1.1",
|
|
"nock": "13.1.0",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/debug": "^0.1.2",
|
|
"@tryghost/domain-events": "^0.1.1",
|
|
"@tryghost/errors": "^0.2.9",
|
|
"@tryghost/ignition-errors": "^0.1.2",
|
|
"@tryghost/magic-link": "^1.0.12",
|
|
"@tryghost/member-analytics-service": "^0.1.0",
|
|
"@tryghost/member-events": "^0.2.0",
|
|
"@tryghost/stripe-service": "^0.1.0",
|
|
"@tryghost/tpl": "^0.1.2",
|
|
"@types/jsonwebtoken": "^8.5.1",
|
|
"bluebird": "^3.5.4",
|
|
"body-parser": "^1.19.0",
|
|
"bson-objectid": "^2.0.1",
|
|
"cookies": "^0.8.0",
|
|
"express": "^4.16.4",
|
|
"got": "^9.6.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.11",
|
|
"node-jose": "^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|