6b1966ad9b
- this is being done manually instead of merging the Renovate PR because the PR bundles another bump which doesn't pass yet
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"c8": "7.13.0",
|
|
"jwk-to-pem": "2.0.5",
|
|
"mocha": "10.2.0",
|
|
"nock": "13.3.0",
|
|
"should": "13.2.3",
|
|
"sinon": "15.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/domain-events": "0.0.0",
|
|
"@tryghost/errors": "1.2.21",
|
|
"@tryghost/logging": "2.4.1",
|
|
"@tryghost/magic-link": "0.0.0",
|
|
"@tryghost/member-events": "0.0.0",
|
|
"@tryghost/members-payments": "0.0.0",
|
|
"@tryghost/nql": "0.11.0",
|
|
"@tryghost/tpl": "0.1.22",
|
|
"@tryghost/validator": "^0.2.0",
|
|
"@types/jsonwebtoken": "8.5.9",
|
|
"body-parser": "1.20.2",
|
|
"bson-objectid": "2.0.4",
|
|
"express": "4.18.2",
|
|
"got": "11.8.6",
|
|
"jsonwebtoken": "8.5.1",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.29.4",
|
|
"node-jose": "2.2.0"
|
|
}
|
|
}
|