3324ffc788
- @tryghost/adapter-manager@0.2.28 - @tryghost/bootstrap-socket@0.2.17 - @tryghost/config-url-helpers@0.1.5 - @tryghost/constants@1.0.2 - @tryghost/database-info@0.2.0 - @tryghost/image-transform@1.0.28 - @tryghost/job-manager@0.8.20 - @tryghost/limit-service@1.0.10 - @tryghost/minifier@0.1.11 - @tryghost/moleculer-service-from-class@0.2.23 - @tryghost/mw-error-handler@0.1.3 - @tryghost/mw-session-from-token@0.1.28 - @tryghost/mw-update-user-last-seen@0.1.3 - @tryghost/package-json@1.0.16 - @tryghost/pretty-cli@1.2.24 - @tryghost/promise@0.1.15 - @tryghost/release-utils@0.7.12 - @tryghost/security@0.2.15 - @tryghost/session-service@0.1.38 - @tryghost/settings-path-manager@0.1.4 - @tryghost/vhost-middleware@1.0.22 - @tryghost/zip@1.1.20
36 lines
849 B
JSON
36 lines
849 B
JSON
{
|
|
"name": "@tryghost/minifier",
|
|
"version": "0.1.11",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.11.0",
|
|
"mocha": "9.1.2",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/debug": "^0.1.8",
|
|
"@tryghost/errors": "^1.2.1",
|
|
"@tryghost/tpl": "^0.1.7",
|
|
"csso": "4.2.0",
|
|
"terser": "^5.9.0",
|
|
"tiny-glob": "^0.2.9"
|
|
}
|
|
}
|