rittenhop-dev/versions/5.94.2/node_modules/@tryghost/kg-clean-basic-html/package.json
2024-09-23 19:40:12 -04:00

45 lines
1.1 KiB
JSON

{
"name": "@tryghost/kg-clean-basic-html",
"version": "4.1.4",
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-clean-basic-html",
"author": "Ghost Foundation",
"license": "MIT",
"main": "cjs/clean-basic-html.js",
"module": "es/clean-basic-html.js",
"source": "lib/clean-basic-html.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"build": "rollup -c",
"prepare": "NODE_ENV=production yarn build",
"pretest": "yarn build",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"engines": {
"node": "^18.12.1 || ^20.11.1"
},
"files": [
"LICENSE",
"README.md",
"cjs/",
"es/",
"lib/"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@rollup/plugin-babel": "6.0.4",
"c8": "9.1.0",
"jsdom": "24.1.1",
"mocha": "10.7.3",
"rollup": "4.21.0",
"should": "13.2.3",
"sinon": "17.0.1"
},
"gitHead": "971e705c9306d81945fc9c2c05018d1d0d80fd59"
}