{
  "name": "skywalking-apache",
  "version": "0.0.3",
  "description": "The NodeJS agent for Apache SkyWalking",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "generate-source": "scripts/protoc.sh",
    "build": "tsc --build src",
    "lint": "tslint -p tsconfig.json",
    "test": "mocha -r ts-node/register 'tests/**/test.ts'",
    "format": "prettier --write \"src/**/*.ts\"",
    "clean": "(rm -rf src/proto || true) && (rm -rf src/proto || true) && (rm -rf lib || true)",
    "dev": "node node_modules/ts-node/dist/bin -r tsconfig-paths/register tests/dev.ts"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "SkyWalking",
    "APM",
    "Dapper",
    "Tracing"
  ],
  "author": "Apache SkyWalking Team",
  "license": "Apache 2.0",
  "bugs": {
    "url": "http://github.com/apache/skywalking/issues",
    "email": "dev@skywalking.apache.org"
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/google-protobuf": "^3.7.2",
    "@types/mocha": "^7.0.2",
    "@types/mongodb": "^3.5.25",
    "@types/node": "^14.0.11",
    "@types/semver": "^7.2.0",
    "@types/uuid": "^8.0.0",
    "chai": "^4.2.0",
    "grpc-tools": "^1.9.1",
    "grpc_tools_node_protoc_ts": "^4.0.0",
    "mocha": "^8.0.1",
    "mongodb": "^3.5.9",
    "mongoose": "^5.9.20",
    "prettier": "^2.0.5",
    "ts-node": "^8.10.2",
    "tsconfig-paths": "^3.9.0",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.5",
    "worker-loader": "^2.0.0"
  },
  "dependencies": {
    "google-protobuf": "^3.12.2",
    "grpc": "^1.10.1",
    "semver": "^7.3.2",
    "uuid": "^8.1.0",
    "winston": "^3.2.1"
  }
}
