Ghost/ghost/minifier/package.json
2022-07-26 17:57:48 +00:00

32 lines
708 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": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/debug": "0.1.17",
"@tryghost/errors": "1.2.14",
"@tryghost/tpl": "0.1.17",
"csso": "5.0.3",
"terser": "^5.9.0",
"tiny-glob": "0.2.9"
}
}