mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03:00
f2a8387bdb
- @tryghost/members-api@0.24.0
44 lines
1011 B
JSON
44 lines
1011 B
JSON
{
|
|
"name": "@tryghost/members-api",
|
|
"version": "0.24.0",
|
|
"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": {
|
|
"@types/stripe": "^7.13.24",
|
|
"jsdom": "15.2.1",
|
|
"mocha": "6.2.2",
|
|
"nock": "12.0.3",
|
|
"should": "13.2.3",
|
|
"sinon": "7.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/magic-link": "^0.4.10",
|
|
"bluebird": "^3.5.4",
|
|
"body-parser": "^1.19.0",
|
|
"cookies": "^0.8.0",
|
|
"express": "^4.16.4",
|
|
"ghost-ignition": "^3.1.0",
|
|
"got": "^9.6.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.11",
|
|
"node-jose": "^1.1.3",
|
|
"stripe": "^7.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|