2021-09-09 13:48:23 +03:00
|
|
|
{
|
2021-09-22 15:30:47 +03:00
|
|
|
"name": "@tryghost/members-stripe-service",
|
2022-02-15 15:42:23 +03:00
|
|
|
"version": "0.8.1",
|
2022-01-11 18:55:20 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
2021-09-09 13:48:23 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-02-15 11:52:01 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --lines 60 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
2021-09-09 13:48:23 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-18 11:40:13 +03:00
|
|
|
"c8": "7.11.0",
|
2022-02-15 15:31:41 +03:00
|
|
|
"mocha": "9.2.0",
|
|
|
|
"rewire": "6.0.0",
|
2021-09-09 13:48:23 +03:00
|
|
|
"should": "13.2.3",
|
2022-02-15 15:36:16 +03:00
|
|
|
"sinon": "13.0.1"
|
2021-09-09 13:48:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@tryghost/debug": "^0.1.4",
|
2022-02-17 06:05:28 +03:00
|
|
|
"@tryghost/errors": "1.2.2",
|
2021-09-09 13:48:23 +03:00
|
|
|
"leaky-bucket": "^2.2.0",
|
|
|
|
"stripe": "^8.174.0"
|
|
|
|
}
|
|
|
|
}
|