mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 12:53:13 +03:00
5e11a2e5c0
- @tryghost/member-analytics-service@0.1.8 - @tryghost/member-events@0.3.4 - @tryghost/members-analytics-ingress@0.1.9 - @tryghost/members-api@4.8.3 - @tryghost/members-importer@0.5.0 - @tryghost/verification-trigger@0.1.0
32 lines
760 B
JSON
32 lines
760 B
JSON
{
|
|
"name": "@tryghost/verification-trigger",
|
|
"version": "0.1.0",
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/verification-trigger",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --check-coverage 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.0",
|
|
"should": "13.2.3",
|
|
"sinon": "12.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/domain-events": "^0.1.6",
|
|
"@tryghost/member-events": "^0.3.4"
|
|
}
|
|
}
|