e5d097fbae
- @tryghost/adapter-manager@0.2.30 - @tryghost/api-version-compatibility-service@0.1.2 - @tryghost/bootstrap-socket@0.2.19 - @tryghost/config-url-helpers@0.1.7 - @tryghost/constants@1.0.4 - @tryghost/database-info@0.3.4 - @tryghost/email-content-generator@0.1.0 - @tryghost/image-transform@1.0.31 - @tryghost/job-manager@0.8.23 - @tryghost/limit-service@1.1.1 - @tryghost/minifier@0.1.14 - @tryghost/moleculer-service-from-class@0.2.25 - @tryghost/mw-api-version-mismatch@0.1.2 - @tryghost/mw-error-handler@0.2.3 - @tryghost/mw-session-from-token@0.1.31 - @tryghost/mw-update-user-last-seen@0.1.5 - @tryghost/package-json@1.0.20 - @tryghost/pretty-cli@1.2.26 - @tryghost/promise@0.1.17 - @tryghost/release-utils@0.7.14 - @tryghost/security@0.2.17 - @tryghost/session-service@0.1.41 - @tryghost/settings-path-manager@0.1.6 - @tryghost/update-check-service@0.3.3 - @tryghost/version-notifications-data-service@0.1.1 - @tryghost/vhost-middleware@1.0.25 - @tryghost/zip@1.1.24
36 lines
869 B
JSON
36 lines
869 B
JSON
{
|
|
"name": "@tryghost/package-json",
|
|
"version": "1.0.20",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.11.2",
|
|
"mocha": "10.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "13.0.2",
|
|
"tmp": "0.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^1.2.1",
|
|
"@tryghost/tpl": "^0.1.5",
|
|
"bluebird": "^3.7.2",
|
|
"fs-extra": "^10.0.0",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|