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

39 lines
988 B
JSON

{
"name": "@tryghost/request",
"version": "1.0.8",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/request",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage --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.6.0",
"nock": "13.5.4",
"rewire": "7.0.0",
"should": "13.2.3",
"sinon": "18.0.0"
},
"dependencies": {
"@tryghost/errors": "^1.3.5",
"@tryghost/validator": "^0.2.14",
"@tryghost/version": "^0.1.30",
"cacheable-lookup": "7.0.0",
"got": "13.0.0",
"lodash": "^4.17.21"
},
"gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86"
}