UNPKG

@strapi/provider-audit-logs-local

Version:

Local provider for strapi audit logs

55 lines (54 loc) 1.26 kB
{ "name": "@strapi/provider-audit-logs-local", "version": "4.25.23", "description": "Local provider for strapi audit logs", "keywords": [ "audit-logs", "strapi" ], "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./dist/index.js", "module": "./dist/index.mjs", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "./dist" ], "scripts": { "build": "pack-up build", "clean": "run -T rimraf ./dist", "lint": "run -T eslint .", "watch": "pack-up watch" }, "devDependencies": { "@strapi/pack-up": "4.23.0", "@strapi/types": "4.25.23", "eslint-config-custom": "4.25.23", "tsconfig": "4.25.23" }, "engines": { "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" }, "gitHead": "594f2da1f3f777104de2b5afba9611016989c53c" }