b2d5304c3c
no issue - added passthrough of `feature.contentVisibility` when rendering Lexical to HTML to allow for labs-feature specific rendering of HTML cards - updated golden post email render test to account for labs flags being on/off
32 lines
960 B
JSON
32 lines
960 B
JSON
{
|
|
"name": "@tryghost/importer-revue",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/importer-revue",
|
|
"author": "Ghost Foundation",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test:unit": "NODE_ENV=testing c8 --all --check-coverage --100 --reporter text --reporter html --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
|
"test": "yarn test:unit",
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"sinon": "15.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/debug": "0.1.32",
|
|
"@tryghost/kg-default-cards": "10.0.9",
|
|
"@tryghost/string": "0.2.12",
|
|
"lodash": "4.17.21",
|
|
"papaparse": "5.3.2",
|
|
"simple-dom": "1.4.0"
|
|
}
|
|
}
|