014fafbafb
- @tryghost/adapter-manager@0.2.29 - @tryghost/api-version-compatibility-service@0.1.0 - @tryghost/bootstrap-socket@0.2.18 - @tryghost/config-url-helpers@0.1.6 - @tryghost/constants@1.0.3 - @tryghost/database-info@0.3.2 - @tryghost/image-transform@1.0.30 - @tryghost/job-manager@0.8.22 - @tryghost/limit-service@1.0.11 - @tryghost/minifier@0.1.13 - @tryghost/moleculer-service-from-class@0.2.24 - @tryghost/mw-api-version-mismatch@0.1.0 - @tryghost/mw-error-handler@0.2.1 - @tryghost/mw-session-from-token@0.1.29 - @tryghost/mw-update-user-last-seen@0.1.4 - @tryghost/package-json@1.0.19 - @tryghost/pretty-cli@1.2.25 - @tryghost/promise@0.1.16 - @tryghost/release-utils@0.7.13 - @tryghost/security@0.2.16 - @tryghost/session-service@0.1.39 - @tryghost/settings-path-manager@0.1.5 - @tryghost/vhost-middleware@1.0.23 - @tryghost/zip@1.1.23
29 lines
810 B
JSON
29 lines
810 B
JSON
{
|
|
"name": "@tryghost/mw-api-version-mismatch",
|
|
"version": "0.1.0",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch",
|
|
"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.0",
|
|
"mocha": "9.2.2",
|
|
"sinon": "13.0.2"
|
|
}
|
|
}
|