2019-05-07 17:36:58 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-api",
|
2020-07-22 13:38:35 +03:00
|
|
|
"version": "0.24.5",
|
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!\"",
|
|
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
|
|
"lint": "eslint '**/*.js'",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib",
|
|
|
|
"gateway"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2020-07-10 17:37:24 +03:00
|
|
|
"@types/stripe": "7.13.24",
|
2020-04-27 17:17:30 +03:00
|
|
|
"jsdom": "15.2.1",
|
2019-10-25 22:04:08 +03:00
|
|
|
"mocha": "6.2.2",
|
2020-03-17 14:55:48 +03:00
|
|
|
"nock": "12.0.3",
|
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": {
|
2020-07-21 13:02:36 +03:00
|
|
|
"@tryghost/magic-link": "^0.4.11",
|
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",
|
2020-07-10 17:36:33 +03:00
|
|
|
"ghost-ignition": "^4.0.0",
|
2020-02-27 13:29:36 +03:00
|
|
|
"got": "^9.6.0",
|
2019-05-07 17:36:58 +03:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
"lodash": "^4.17.11",
|
2019-07-17 13:20:13 +03:00
|
|
|
"node-jose": "^1.1.3",
|
|
|
|
"stripe": "^7.4.0"
|
2019-05-07 17:36:58 +03:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|