{ "name": "@tryghost/email-suppression-list", "version": "0.0.0", "repository": "https://github.com/TryGhost/Ghost/tree/main/packages/email-suppression-list", "author": "Ghost Foundation", "private": true, "main": "index.js", "scripts": { "dev": "echo \"Implement me!\"", "test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'", "test:unit": "yarn test", "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" }, "files": [ "index.js", "lib" ], "devDependencies": { "c8": "7.12.0", "mocha": "10.2.0", "should": "13.2.3", "sinon": "14.0.2" }, "dependencies": {} }