2022-09-13 16:37:55 +03:00
|
|
|
{
|
2022-09-19 18:12:54 +03:00
|
|
|
"name": "@tryghost/link-replacer",
|
2022-09-13 16:37:55 +03:00
|
|
|
"version": "0.0.0",
|
2022-09-19 18:12:54 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/link-replacer",
|
2022-09-13 16:37:55 +03:00
|
|
|
"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 --check-coverage --100 --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
2022-09-13 16:37:55 +03:00
|
|
|
"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": {
|
2024-05-27 18:29:32 +03:00
|
|
|
"@probe.gl/bench": "4.0.9",
|
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-09-13 16:37:55 +03:00
|
|
|
"should": "13.2.3",
|
2023-07-11 16:11:02 +03:00
|
|
|
"sinon": "15.2.0"
|
2022-09-13 16:37:55 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-06 12:11:49 +03:00
|
|
|
"entities": "4.5.0",
|
2024-05-27 18:29:32 +03:00
|
|
|
"html5parser": "2.0.2"
|
2022-09-13 16:37:55 +03:00
|
|
|
}
|
|
|
|
}
|