Ghost/ghost/importer-revue/package.json

32 lines
958 B
JSON
Raw Normal View History

{
"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": {
2023-07-11 16:11:02 +03:00
"sinon": "15.2.0"
},
"dependencies": {
2023-04-07 14:14:57 +03:00
"@tryghost/debug": "0.1.24",
"@tryghost/kg-default-cards": "9.1.7",
2023-04-07 14:14:57 +03:00
"@tryghost/string": "0.2.4",
2023-07-24 15:43:23 +03:00
"lodash": "4.17.21",
"papaparse": "5.3.2",
"simple-dom": "1.4.0"
}
}