Ghost/ghost/members-api/package.json

41 lines
933 B
JSON
Raw Normal View History

{
"name": "@tryghost/members-api",
"version": "0.6.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 './test/**/*.test.js'",
"lint": "eslint '**/*.js'",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib",
"gateway"
],
"devDependencies": {
2019-06-03 03:30:26 +03:00
"jsdom": "15.1.1",
2019-07-22 03:33:47 +03:00
"mocha": "6.2.0",
"should": "13.2.3",
2019-09-09 03:31:16 +03:00
"sinon": "7.4.2"
},
"dependencies": {
"@tryghost/magic-link": "^0.1.3",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"cookies": "^0.7.3",
"express": "^4.16.4",
"ghost-ignition": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"node-jose": "^1.1.3",
"stripe": "^7.4.0"
},
"publishConfig": {
"access": "public"
}
}