2021-06-16 19:54:30 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/config-url-helpers",
|
2021-06-17 16:55:21 +03:00
|
|
|
"version": "0.1.0",
|
2021-06-16 19:54:30 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2021-06-17 13:41:06 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --check-coverage mocha './test/**/*.test.js'",
|
|
|
|
"coverage": "c8 report -r html",
|
2021-06-16 19:54:30 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-17 16:57:17 +03:00
|
|
|
"c8": "7.7.3",
|
2021-06-16 19:54:30 +03:00
|
|
|
"mocha": "9.0.0",
|
|
|
|
"should": "13.2.3",
|
|
|
|
"sinon": "11.1.1"
|
2021-06-17 12:50:39 +03:00
|
|
|
}
|
2021-06-16 19:54:30 +03:00
|
|
|
}
|