2021-07-21 13:34:00 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-importer",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2021-07-21 13:34:00 +03:00
|
|
|
"author": "Ghost Foundation",
|
2022-07-26 16:08:05 +03:00
|
|
|
"private": true,
|
2021-07-21 13:34:00 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2023-10-05 13:09:39 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test": "yarn test:unit",
|
2023-06-12 17:27:12 +03:00
|
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
2021-07-21 13:34:00 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2023-09-01 16:32:29 +03:00
|
|
|
"c8": "8.0.1",
|
2023-11-28 07:21:28 +03:00
|
|
|
"fs-extra": "11.2.0",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0",
|
2021-07-21 13:34:00 +03:00
|
|
|
"should": "13.2.3",
|
2023-07-11 16:11:02 +03:00
|
|
|
"sinon": "15.2.0"
|
2021-07-21 13:34:00 +03:00
|
|
|
},
|
2021-07-21 13:53:38 +03:00
|
|
|
"dependencies": {
|
2024-07-30 17:14:06 +03:00
|
|
|
"@tryghost/errors": "1.3.5",
|
|
|
|
"@tryghost/logging": "2.4.18",
|
2022-07-21 17:35:19 +03:00
|
|
|
"@tryghost/members-csv": "0.0.0",
|
2024-07-02 18:03:29 +03:00
|
|
|
"@tryghost/metrics": "1.0.34",
|
2024-07-30 17:14:06 +03:00
|
|
|
"@tryghost/tpl": "0.1.32",
|
2024-07-10 00:31:36 +03:00
|
|
|
"moment-timezone": "0.5.45"
|
2021-07-21 13:53:38 +03:00
|
|
|
}
|
2021-07-21 13:34:00 +03:00
|
|
|
}
|