{ "name": "@elastic/ecs-helpers", "version": "1.1.0", "description": "ECS loggers helpers", "main": "lib/index.js", "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/elastic/ecs-logging-nodejs.git" }, "author": "Tomas Della Vedova", "license": "Apache-2.0", "bugs": { "url": "https://github.com/elastic/ecs-logging-nodejs/issues" }, "homepage": "https://github.com/elastic/ecs-logging-nodejs/blob/master/helpers/README.md", "scripts": { "test": "standard && tap --timeout ${TAP_TIMEOUT:-10} test/*.test.js" }, "engines": { "node": ">=10" }, "dependencies": { "fast-json-stringify": "^2.4.1" }, "devDependencies": { "@hapi/hapi": "^20.1.0", "ajv": "^7.0.3", "ajv-formats": "^1.5.1", "express": "^4.17.1", "semver": "^7.1.3", "standard": "16.x", "tap": "^14.x" } }