2022-04-19 14:57:28 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/api-version-compatibility-service",
|
2022-07-26 16:08:05 +03:00
|
|
|
"private": true,
|
2022-07-26 15:57:43 +03:00
|
|
|
"version": "0.0.0",
|
2022-04-19 14:57:28 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"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 --check-coverage --100 --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test": "yarn test:unit",
|
2022-04-19 14:57:28 +03:00
|
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
|
|
"lint": "yarn lint:code && yarn lint:test",
|
2022-07-26 16:26:21 +03:00
|
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
2022-04-19 14:57:28 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2023-09-01 16:32:29 +03:00
|
|
|
"c8": "8.0.1",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0",
|
2023-07-11 16:11:02 +03:00
|
|
|
"sinon": "15.2.0"
|
2022-05-05 07:16:20 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-26 15:57:43 +03:00
|
|
|
"@tryghost/email-content-generator": "0.0.0",
|
|
|
|
"@tryghost/version-notifications-data-service": "0.0.0"
|
2022-04-21 15:58:17 +03:00
|
|
|
}
|
2022-04-19 14:57:28 +03:00
|
|
|
}
|