2021-10-05 12:15:57 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-offers",
|
2021-10-06 17:55:51 +03:00
|
|
|
"version": "0.3.0",
|
2021-10-05 12:15:57 +03:00
|
|
|
"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"
|
2021-10-05 12:19:44 +03:00
|
|
|
}
|
2021-10-05 12:15:57 +03:00
|
|
|
}
|