rittenhop-ghost/versions/5.94.2/node_modules/@tryghost/html-to-mobiledoc/package.json

34 lines
871 B
JSON

{
"name": "@tryghost/html-to-mobiledoc",
"version": "3.1.2",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/html-to-mobiledoc",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"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"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"mocha": "10.4.0",
"should": "13.2.3",
"sinon": "17.0.1"
},
"dependencies": {
"@tryghost/kg-parser-plugins": "4.1.1",
"@tryghost/mobiledoc-kit": "^0.12.4-ghost.1",
"jsdom": "^24.0.0"
},
"gitHead": "8fcb1f3cc2e316a769cfb10064b87b3e04d97a5c"
}