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

35 lines
856 B
JSON

{
"name": "@tryghost/limit-service",
"version": "1.2.14",
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/limit-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"exports": "./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.4.0",
"should": "13.2.3",
"sinon": "17.0.1"
},
"dependencies": {
"@tryghost/errors": "^1.2.26",
"lodash": "^4.17.21",
"luxon": "^1.26.0"
},
"gitHead": "048ccde4bd78d2dcd60e778d03eb8dc3227cece5"
}