Ghost/ghost/members-api/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@tryghost/members-api",
"version": "1.36.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 c8 mocha --reporter dot './test/**/*.test.js'",
"lint": "eslint '**/*.js'",
"posttest": "yarn lint"
},
"files": [
"index.js",
"MembersAPI.js",
"lib",
"gateway"
],
"devDependencies": {
"@types/node-jose": "1.1.6",
"c8": "7.8.0",
2021-08-30 05:47:11 +03:00
"mocha": "9.1.1",
2021-06-29 23:42:17 +03:00
"nock": "13.1.0",
"should": "13.2.3",
2021-07-27 15:02:31 +03:00
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/debug": "^0.1.2",
"@tryghost/errors": "^0.2.9",
"@tryghost/ignition-errors": "^0.1.2",
"@tryghost/magic-link": "^1.0.12",
"@tryghost/stripe-service": "^0.1.0",
"@tryghost/tpl": "^0.1.2",
"@types/jsonwebtoken": "^8.5.1",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"bson-objectid": "^2.0.1",
2019-10-14 03:23:55 +03:00
"cookies": "^0.8.0",
"express": "^4.16.4",
"got": "^9.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"node-jose": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}