c84d7c7c10
- @tryghost/members-api@1.11.1
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@tryghost/members-api",
|
|
"version": "1.11.1",
|
|
"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 --reporter dot './test/**/*.test.js'",
|
|
"lint": "eslint '**/*.js'",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"gateway"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node-jose": "1.1.6",
|
|
"mocha": "6.2.3",
|
|
"nock": "13.0.11",
|
|
"should": "13.2.3",
|
|
"sinon": "7.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^0.2.9",
|
|
"@tryghost/magic-link": "^1.0.3",
|
|
"@types/jsonwebtoken": "^8.5.1",
|
|
"bluebird": "^3.5.4",
|
|
"body-parser": "^1.19.0",
|
|
"cookies": "^0.8.0",
|
|
"express": "^4.16.4",
|
|
"ghost-ignition": "4.6.2",
|
|
"got": "^9.6.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"leaky-bucket": "2.2.0",
|
|
"lodash": "^4.17.11",
|
|
"node-jose": "^2.0.0",
|
|
"stripe": "^8.142.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|