Ghost/ghost/offers/package.json
Fabien O'Carroll 01a1a83c52 Published new versions
- @tryghost/members-api@2.4.2
 - @tryghost/members-offers@0.9.0
 - @tryghost/members-payments@0.1.1
2021-10-22 14:16:29 +02:00

33 lines
804 B
JSON

{
"name": "@tryghost/members-offers",
"version": "0.9.0",
"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 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.7",
"c8": "7.9.0",
"mocha": "9.1.3",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"@nexes/mongo-utils": "^0.3.1",
"@tryghost/string": "^0.1.20"
}
}