2019-05-07 17:36:58 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-api",
|
2021-08-26 21:07:08 +03:00
|
|
|
"version": "1.29.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2021-08-20 11:25:25 +03:00
|
|
|
"test": "NODE_ENV=testing c8 mocha --reporter dot './test/**/*.test.js'",
|
2019-05-07 17:36:58 +03:00
|
|
|
"lint": "eslint '**/*.js'",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
2021-07-15 19:54:24 +03:00
|
|
|
"MembersAPI.js",
|
2019-05-07 17:36:58 +03:00
|
|
|
"lib",
|
|
|
|
"gateway"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2021-05-20 19:39:11 +03:00
|
|
|
"@types/node-jose": "1.1.6",
|
2021-08-20 11:25:25 +03:00
|
|
|
"c8": "7.8.0",
|
2021-08-30 05:47:11 +03:00
|
|
|
"mocha": "9.1.1",
|
2021-06-29 23:42:17 +03:00
|
|
|
"nock": "13.1.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"should": "13.2.3",
|
2021-07-27 15:02:31 +03:00
|
|
|
"sinon": "11.1.2"
|
2019-05-07 17:36:58 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-28 19:13:37 +03:00
|
|
|
"@tryghost/debug": "^0.1.2",
|
2021-03-10 14:12:44 +03:00
|
|
|
"@tryghost/errors": "^0.2.9",
|
2021-06-28 19:13:37 +03:00
|
|
|
"@tryghost/ignition-errors": "^0.1.2",
|
2021-08-23 15:49:21 +03:00
|
|
|
"@tryghost/magic-link": "^1.0.10",
|
2021-06-16 13:05:00 +03:00
|
|
|
"@tryghost/tpl": "^0.1.2",
|
2021-05-20 17:17:12 +03:00
|
|
|
"@types/jsonwebtoken": "^8.5.1",
|
2019-05-07 17:36:58 +03:00
|
|
|
"bluebird": "^3.5.4",
|
|
|
|
"body-parser": "^1.19.0",
|
2021-08-16 21:05:48 +03:00
|
|
|
"bson-objectid": "^2.0.1",
|
2019-10-14 03:23:55 +03:00
|
|
|
"cookies": "^0.8.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"express": "^4.16.4",
|
2020-02-27 13:29:36 +03:00
|
|
|
"got": "^9.6.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2020-08-17 19:35:18 +03:00
|
|
|
"leaky-bucket": "2.2.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"lodash": "^4.17.11",
|
2021-05-07 20:03:56 +03:00
|
|
|
"node-jose": "^2.0.0",
|
2021-04-09 18:41:16 +03:00
|
|
|
"stripe": "^8.142.0"
|
2019-05-07 17:36:58 +03:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|