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

33 lines
875 B
JSON

{
"name": "@tryghost/adapter-base-cache",
"version": "0.1.12",
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/SDK.git",
"directory": "packages/adapter-base-cache"
},
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"test:unit": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"test": "yarn test:unit",
"lint:code": "eslint *.js lib/ --ext .js --cache",
"lint": "yarn lint:code && yarn lint:test",
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "9.1.0",
"mocha": "10.4.0",
"sinon": "17.0.1"
},
"gitHead": "048ccde4bd78d2dcd60e778d03eb8dc3227cece5"
}