rittenhop-dev/versions/5.94.2/node_modules/@tryghost/config/package.json
2024-09-23 19:40:12 -04:00

33 lines
800 B
JSON

{
"name": "@tryghost/config",
"version": "0.2.18",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/config",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
},
"dependencies": {
"@tryghost/root-utils": "^0.3.24",
"nconf": "^0.12.0"
},
"gitHead": "2330ad6fb69583198fb7ffd1b06fce6e4fcbe4d6"
}