UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

35 lines (34 loc) 729 B
{ "name": "@hapi/bourne", "description": "JSON parse with prototype poisoning protection", "version": "2.1.0", "repository": "git://github.com/hapijs/bourne", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "keywords": [ "JSON", "parse", "safe", "prototype" ], "eslintConfig": { "extends": [ "plugin:@hapi/module" ] }, "devDependencies": { "@hapi/code": "8.x.x", "@hapi/eslint-plugin": "*", "@hapi/lab": "24.x.x", "benchmark": "2.x.x", "typescript": "^4.6.3" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y", "test-cov-html": "lab -a @hapi/code -r html -o coverage.html" }, "license": "BSD-3-Clause" }