35 lines
837 B
JSON
35 lines
837 B
JSON
{
|
|
"name": "@tryghost/members-stripe-service",
|
|
"version": "0.9.0",
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/stripe",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.11.0",
|
|
"mocha": "9.2.2",
|
|
"rewire": "6.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "13.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/debug": "^0.1.4",
|
|
"@tryghost/errors": "1.2.5",
|
|
"leaky-bucket": "^2.2.0",
|
|
"stripe": "^8.174.0"
|
|
}
|
|
}
|