Ghost/ghost/members-api/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "@tryghost/members-api",
"version": "0.0.0",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha --reporter dot './test/**/*.test.js'",
"test": "yarn test:unit",
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",
"MembersAPI.js",
"lib",
"gateway"
],
"devDependencies": {
"@tryghost/member-attribution": "0.0.0",
"@types/node-jose": "1.1.10",
2022-07-19 21:55:22 +03:00
"c8": "7.12.0",
"jwk-to-pem": "2.0.5",
2022-10-17 11:41:28 +03:00
"mocha": "10.1.0",
2022-07-19 21:55:22 +03:00
"nock": "13.2.9",
"should": "13.2.3",
2022-10-05 03:36:08 +03:00
"sinon": "14.0.1"
},
"dependencies": {
"@tryghost/domain-events": "0.0.0",
"@tryghost/errors": "1.2.18",
"@tryghost/logging": "2.3.2",
"@tryghost/magic-link": "0.0.0",
"@tryghost/member-analytics-service": "0.0.0",
"@tryghost/member-events": "0.0.0",
"@tryghost/members-analytics-ingress": "0.0.0",
"@tryghost/members-payments": "0.0.0",
"@tryghost/nql": "0.11.0",
"@tryghost/tpl": "0.1.19",
"@types/jsonwebtoken": "8.5.9",
"body-parser": "1.20.1",
2022-07-21 15:38:42 +03:00
"bson-objectid": "2.0.3",
2022-10-10 05:33:02 +03:00
"express": "4.18.2",
"got": "9.6.0",
2022-07-21 15:38:42 +03:00
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"moment": "2.29.4",
2022-07-21 15:38:42 +03:00
"node-jose": "2.1.1"
}
}