2019-05-07 17:36:58 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-api",
|
2021-06-24 19:13:56 +03:00
|
|
|
"version": "1.16.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-03-25 15:42:19 +03:00
|
|
|
"test": "NODE_ENV=testing mocha --reporter dot './test/**/*.test.js'",
|
2019-05-07 17:36:58 +03:00
|
|
|
"lint": "eslint '**/*.js'",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib",
|
|
|
|
"gateway"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2021-05-20 19:39:11 +03:00
|
|
|
"@types/node-jose": "1.1.6",
|
2020-07-22 13:40:19 +03:00
|
|
|
"mocha": "6.2.3",
|
2021-05-20 19:41:25 +03:00
|
|
|
"nock": "13.0.11",
|
2019-05-07 17:36:58 +03:00
|
|
|
"should": "13.2.3",
|
2019-09-30 03:36:16 +03:00
|
|
|
"sinon": "7.5.0"
|
2019-05-07 17:36:58 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-10 14:12:44 +03:00
|
|
|
"@tryghost/errors": "^0.2.9",
|
2021-06-16 20:25:48 +03:00
|
|
|
"@tryghost/magic-link": "^1.0.4",
|
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",
|
2019-10-14 03:23:55 +03:00
|
|
|
"cookies": "^0.8.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"express": "^4.16.4",
|
2021-06-14 19:11:45 +03:00
|
|
|
"ghost-ignition": "4.6.3",
|
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"
|
|
|
|
}
|
|
|
|
}
|