Ghost/ghost/offers/package.json
Simon Backx cb1808695f Published new versions
- @tryghost/members-api@5.11.1
 - @tryghost/members-offers@0.11.1
 - @tryghost/members-payments@0.3.1
2022-04-19 12:50:36 +02:00

32 lines
756 B
JSON

{
"name": "@tryghost/members-offers",
"version": "0.11.1",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
"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",
"should": "13.2.3",
"sinon": "13.0.1"
},
"dependencies": {
"@nexes/mongo-utils": "^0.3.1",
"@tryghost/string": "^0.1.20"
}
}