c317069c75
- @tryghost/api-version-compatibility-service@0.3.2 - @tryghost/version-notifications-data-service@0.2.0
33 lines
968 B
JSON
33 lines
968 B
JSON
{
|
|
"name": "@tryghost/api-version-compatibility-service",
|
|
"version": "0.3.2",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
"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",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.11.2",
|
|
"mocha": "10.0.0",
|
|
"sinon": "14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/email-content-generator": "^0.1.2",
|
|
"@tryghost/version-notifications-data-service": "^0.2.0"
|
|
}
|
|
}
|