rittenhop-ghost/versions/5.94.2/node_modules/@tryghost/kg-parser-plugins/package.json

49 lines
1.2 KiB
JSON

{
"name": "@tryghost/kg-parser-plugins",
"version": "4.1.1",
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-parser-plugins",
"author": "Ghost Foundation",
"license": "MIT",
"main": "cjs/parser-plugins.js",
"module": "es/parser-plugins.js",
"source": "lib/parser-plugins.js",
"files": [
"LICENSE",
"README.md",
"cjs/",
"es/",
"lib/"
],
"scripts": {
"dev": "rollup -c -w",
"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"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@rollup/plugin-babel": "6.0.4",
"@tryghost/mobiledoc-kit": "0.11.2-ghost.4",
"c8": "9.1.0",
"jsdom": "24.1.0",
"mocha": "10.4.0",
"rollup": "4.18.0",
"should": "13.2.3",
"sinon": "17.0.1"
},
"dependencies": {
"@tryghost/kg-clean-basic-html": "4.1.1"
},
"gitHead": "d3565fd3783a2f7f5faa67a59b7e6aecbc4746ec"
}