@iopipe/iopipe
Version:
The IOpipe agent and plugins
58 lines (57 loc) • 1.36 kB
JSON
{
"name": "@iopipe/iopipe",
"version": "1.17.1",
"private": false,
"description": "The IOpipe agent and plugins",
"main": "dist/index.js",
"scripts": {
"build": "iopipe-scripts build --ignore *.test.js",
"commit": "iopipe-scripts commit",
"precommit": "npm run validate",
"lint": "iopipe-scripts lint",
"prepublish": "npm run build",
"release": "iopipe-scripts release",
"test": "iopipe-scripts test",
"validate": "iopipe-scripts validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iopipe/iopipe-js.git"
},
"keywords": [
"serverless",
"agent",
"analytics",
"metrics",
"telemetry",
"tracing",
"distributed tracing",
"profiling"
],
"author": "IOpipe <dev@iopipe.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iopipe/iopipe-js/issues"
},
"homepage": "https://github.com/iopipe/the-meta-package#readme",
"engines": {
"node": ">=8.10.0"
},
"dependencies": {
"@iopipe/config": "^1.4.5",
"@iopipe/core": "^1.19.1"
},
"devDependencies": {
"@iopipe/scripts": "^1.4.1",
"aws-lambda-mock-context": "^3.1.1",
"lodash": "^4.17.4"
},
"eslintConfig": {
"extends": "./node_modules/@iopipe/scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"dist",
"coverage"
]
}