2019-05-07 17:36:58 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-api",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2019-05-07 17:36:58 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha --reporter dot './test/**/*.test.js'",
|
|
|
|
"test": "yarn test:unit",
|
2022-07-21 10:51:16 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2019-05-07 17:36:58 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
2021-07-15 19:54:24 +03:00
|
|
|
"MembersAPI.js",
|
2019-05-07 17:36:58 +03:00
|
|
|
"lib",
|
|
|
|
"gateway"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-08-31 12:01:34 +03:00
|
|
|
"@tryghost/member-attribution": "0.0.0",
|
2022-07-19 23:38:12 +03:00
|
|
|
"@types/node-jose": "1.1.10",
|
2022-07-19 21:55:22 +03:00
|
|
|
"c8": "7.12.0",
|
2022-05-23 12:59:33 +03:00
|
|
|
"jwk-to-pem": "2.0.5",
|
2022-05-02 05:29:13 +03:00
|
|
|
"mocha": "10.0.0",
|
2022-07-19 21:55:22 +03:00
|
|
|
"nock": "13.2.9",
|
2019-05-07 17:36:58 +03:00
|
|
|
"should": "13.2.3",
|
2022-10-05 03:36:08 +03:00
|
|
|
"sinon": "14.0.1"
|
2019-05-07 17:36:58 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-21 17:35:19 +03:00
|
|
|
"@tryghost/domain-events": "0.0.0",
|
2022-09-27 04:31:35 +03:00
|
|
|
"@tryghost/errors": "1.2.17",
|
|
|
|
"@tryghost/logging": "2.3.2",
|
2022-07-21 17:35:19 +03:00
|
|
|
"@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",
|
2022-07-21 15:38:42 +03:00
|
|
|
"@tryghost/nql": "0.9.2",
|
2022-08-10 17:12:35 +03:00
|
|
|
"@tryghost/tpl": "0.1.18",
|
2022-08-24 17:09:21 +03:00
|
|
|
"@types/jsonwebtoken": "8.5.9",
|
2022-10-07 00:20:56 +03:00
|
|
|
"body-parser": "1.20.1",
|
2022-07-21 15:38:42 +03:00
|
|
|
"bson-objectid": "2.0.3",
|
2022-10-10 05:33:02 +03:00
|
|
|
"express": "4.18.2",
|
2022-07-27 09:44:50 +03:00
|
|
|
"got": "9.6.0",
|
2022-07-21 15:38:42 +03:00
|
|
|
"jsonwebtoken": "8.5.1",
|
|
|
|
"lodash": "4.17.21",
|
2022-08-18 12:36:16 +03:00
|
|
|
"moment": "2.29.4",
|
2022-07-21 15:38:42 +03:00
|
|
|
"node-jose": "2.1.1"
|
2019-05-07 17:36:58 +03:00
|
|
|
}
|
|
|
|
}
|