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

33 lines
796 B
JSON

{
"name": "@tryghost/root-utils",
"version": "0.3.31",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/root-utils",
"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": "10.1.2",
"mocha": "10.7.0",
"should": "13.2.3",
"sinon": "18.0.0"
},
"dependencies": {
"caller": "^1.0.1",
"find-root": "^1.1.0"
},
"gitHead": "d86b1d4fb719b9fb3535a31576c06e42ad1d8476"
}