rittenhop-dev/versions/5.94.2/node_modules/@tryghost/admin-api-schema/package.json

34 lines
834 B
JSON
Raw Permalink Normal View History

2024-09-23 19:40:12 -04:00
{
"name": "@tryghost/admin-api-schema",
"version": "4.5.5",
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/admin-api-schema",
"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": [
"lib/*",
"index.js"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"mocha": "10.4.0",
"should": "13.2.3",
"sinon": "17.0.1"
},
"dependencies": {
"@tryghost/errors": "^1.2.26",
"ajv": "^6.12.6",
"lodash": "^4.17.11"
},
"gitHead": "048ccde4bd78d2dcd60e778d03eb8dc3227cece5"
}