Ghost/ghost/minifier/package.json
renovate[bot] 603c78755d
Updated @tryghost dependencies (#15631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 10:30:40 +07:00

33 lines
743 B
JSON

{
"name": "@tryghost/minifier",
"private": true,
"version": "0.0.0",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"test": "yarn test:unit",
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.1.0",
"should": "13.2.3",
"sinon": "14.0.1"
},
"dependencies": {
"@tryghost/debug": "0.1.19",
"@tryghost/errors": "1.2.18",
"@tryghost/tpl": "0.1.19",
"csso": "5.0.5",
"terser": "5.15.1",
"tiny-glob": "0.2.9"
}
}