{ "name": "@tryghost/kg-utils", "version": "1.0.28", "repository": "https://github.com/TryGhost/Koenig/tree/main/packages/kg-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": "9.1.0", "mocha": "10.7.3", "should": "13.2.3", "sinon": "17.0.1" }, "dependencies": { "semver": "^7.6.2" }, "gitHead": "f2b82536c645087b30d01317260deba0d9dbbd7e" }