Ghost/ghost/oembed-service/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@tryghost/oembed-service",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/oembed-service",
"author": "Ghost Foundation",
"private": true,
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"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": {
"c8": "7.12.0",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/errors": "1.2.15",
"@tryghost/logging": "2.2.4",
"@tryghost/tpl": "0.1.18",
"lodash": "4.17.21",
2022-08-15 12:57:26 +03:00
"metascraper": "5.30.2",
"metascraper-author": "5.30.2",
"metascraper-description": "5.30.2",
"metascraper-image": "5.30.2",
"metascraper-logo": "5.30.2",
"metascraper-logo-favicon": "5.30.2",
"metascraper-publisher": "5.30.2",
"metascraper-title": "5.30.2",
"metascraper-url": "5.30.2",
"oembed-parser": "1.4.9",
"tough-cookie": "4.0.0"
}
}