Ghost/ghost/member-events/package.json

28 lines
676 B
JSON
Raw Normal View History

{
"name": "@tryghost/member-events",
"version": "0.3.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-events",
"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": {
"c8": "7.9.0",
2021-09-27 06:16:00 +03:00
"mocha": "9.1.2",
"should": "13.2.3",
"sinon": "11.1.2"
}
}