mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
32a88df1d3
- @tryghost/members-offers@0.4.0
32 lines
731 B
JSON
32 lines
731 B
JSON
{
|
|
"name": "@tryghost/members-offers",
|
|
"version": "0.4.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 --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.2",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/string": "^0.1.20"
|
|
}
|
|
}
|