2021-10-05 12:15:57 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-offers",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2021-10-05 12:15:57 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
|
|
"test": "yarn test:unit",
|
2022-07-21 11:09:36 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2021-10-05 12:15:57 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-07-19 21:55:22 +03:00
|
|
|
"c8": "7.12.0",
|
2022-05-02 05:29:13 +03:00
|
|
|
"mocha": "10.0.0",
|
2021-10-05 12:15:57 +03:00
|
|
|
"should": "13.2.3",
|
2022-05-09 07:41:01 +03:00
|
|
|
"sinon": "14.0.0"
|
2021-10-07 13:45:51 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-21 15:38:42 +03:00
|
|
|
"@tryghost/mongo-utils": "0.3.5",
|
2022-08-05 14:22:09 +03:00
|
|
|
"@tryghost/string": "0.1.27"
|
2021-10-05 12:19:44 +03:00
|
|
|
}
|
2021-10-05 12:15:57 +03:00
|
|
|
}
|