2021-09-30 20:22:09 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/settings-path-manager",
|
2022-01-18 12:08:09 +03:00
|
|
|
"version": "0.1.3",
|
2021-09-30 20:22:09 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2021-10-20 12:48:19 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
2021-09-30 20:22:09 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-30 19:28:02 +03:00
|
|
|
"c8": "7.11.0",
|
2021-10-15 11:26:58 +03:00
|
|
|
"mocha": "9.1.3",
|
2021-09-30 20:22:09 +03:00
|
|
|
"should": "13.2.3",
|
|
|
|
"sinon": "11.1.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-30 21:14:21 +03:00
|
|
|
"date-fns": "^2.24.0",
|
2021-09-30 20:22:09 +03:00
|
|
|
"tpl": "^0.3.0"
|
|
|
|
}
|
|
|
|
}
|