2022-08-15 10:33:23 +03:00
|
|
|
{
|
|
|
|
"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!\"",
|
2023-10-05 13:09:39 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test": "yarn test:unit",
|
2022-08-15 10:33:23 +03:00
|
|
|
"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-09-01 16:32:29 +03:00
|
|
|
"c8": "8.0.1",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0"
|
2022-08-15 10:33:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-11 09:45:25 +03:00
|
|
|
"@extractus/oembed-extractor": "3.2.1",
|
2023-10-12 10:50:42 +03:00
|
|
|
"@tryghost/errors": "1.2.26",
|
|
|
|
"@tryghost/logging": "2.4.8",
|
2023-10-31 22:43:13 +03:00
|
|
|
"@tryghost/tpl": "0.1.26",
|
2022-10-13 14:48:09 +03:00
|
|
|
"charset": "1.0.1",
|
2022-08-18 12:36:16 +03:00
|
|
|
"cheerio": "0.22.0",
|
2022-10-13 14:48:09 +03:00
|
|
|
"iconv-lite": "0.6.3",
|
2022-08-15 10:33:23 +03:00
|
|
|
"lodash": "4.17.21",
|
2023-12-07 15:23:46 +03:00
|
|
|
"metascraper": "5.41.0",
|
2023-12-06 22:57:46 +03:00
|
|
|
"metascraper-author": "5.40.0",
|
|
|
|
"metascraper-description": "5.40.0",
|
|
|
|
"metascraper-image": "5.40.0",
|
|
|
|
"metascraper-logo": "5.40.0",
|
|
|
|
"metascraper-logo-favicon": "5.40.0",
|
|
|
|
"metascraper-publisher": "5.40.0",
|
|
|
|
"metascraper-title": "5.40.0",
|
|
|
|
"metascraper-url": "5.40.0",
|
2023-06-06 00:13:22 +03:00
|
|
|
"tough-cookie": "4.1.3"
|
2022-08-15 10:33:23 +03:00
|
|
|
}
|
|
|
|
}
|