54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@tryghost/members-api",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-api",
|
|
"private": true,
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha --reporter dot './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"MembersAPI.js",
|
|
"lib",
|
|
"gateway"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node-jose": "1.1.10",
|
|
"c8": "7.12.0",
|
|
"jwk-to-pem": "2.0.5",
|
|
"mocha": "10.0.0",
|
|
"nock": "13.2.9",
|
|
"should": "13.2.3",
|
|
"sinon": "14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/debug": "0.1.17",
|
|
"@tryghost/domain-events": "^0.0.0",
|
|
"@tryghost/errors": "1.2.14",
|
|
"@tryghost/logging": "2.2.3",
|
|
"@tryghost/magic-link": "^0.0.0",
|
|
"@tryghost/member-analytics-service": "^0.0.0",
|
|
"@tryghost/member-events": "^0.0.0",
|
|
"@tryghost/members-analytics-ingress": "^0.0.0",
|
|
"@tryghost/members-payments": "^0.0.0",
|
|
"@tryghost/members-stripe-service": "^0.0.0",
|
|
"@tryghost/nql": "0.9.2",
|
|
"@tryghost/tpl": "0.1.17",
|
|
"@types/jsonwebtoken": "8.5.8",
|
|
"bluebird": "3.7.2",
|
|
"body-parser": "1.20.0",
|
|
"bson-objectid": "2.0.3",
|
|
"cookies": "0.8.0",
|
|
"express": "4.18.1",
|
|
"got": "^9.6.0",
|
|
"jsonwebtoken": "8.5.1",
|
|
"lodash": "4.17.21",
|
|
"node-jose": "2.1.1"
|
|
}
|
|
}
|