2021-09-09 13:48:23 +03:00
|
|
|
{
|
2021-09-22 15:30:47 +03:00
|
|
|
"name": "@tryghost/members-stripe-service",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-01-11 18:55:20 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2021-09-09 13:48:23 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-02-21 15:08:55 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
2021-09-09 13:48:23 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-07-19 21:55:22 +03:00
|
|
|
"c8": "7.12.0",
|
2022-05-02 05:29:13 +03:00
|
|
|
"mocha": "10.0.0",
|
2022-02-15 15:31:41 +03:00
|
|
|
"rewire": "6.0.0",
|
2021-09-09 13:48:23 +03:00
|
|
|
"should": "13.2.3",
|
2022-05-09 07:41:01 +03:00
|
|
|
"sinon": "14.0.0"
|
2021-09-09 13:48:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@tryghost/debug": "^0.1.4",
|
2022-07-21 10:15:29 +03:00
|
|
|
"@tryghost/domain-events": "^0.0.0",
|
2022-03-24 14:06:57 +03:00
|
|
|
"@tryghost/errors": "^1.2.5",
|
2022-03-23 13:22:36 +03:00
|
|
|
"@tryghost/logging": "^2.0.5",
|
2022-07-21 10:15:29 +03:00
|
|
|
"@tryghost/member-events": "^0.0.0",
|
2021-09-09 13:48:23 +03:00
|
|
|
"leaky-bucket": "^2.2.0",
|
2022-03-23 13:22:36 +03:00
|
|
|
"lodash": "^4.17.21",
|
2021-09-09 13:48:23 +03:00
|
|
|
"stripe": "^8.174.0"
|
|
|
|
}
|
|
|
|
}
|