UNPKG

3.59 kBJSONView Raw
1{
2 "name": "@thundra/core",
3 "version": "2.2.1",
4 "description": "Thundra Lambda Node.js Agent",
5 "main": "dist/thundra.js",
6 "scripts": {
7 "precompile": "node create-build-info.js",
8 "compile": "tsc",
9 "build": "node create-build-info.js;webpack;",
10 "start": "npm-run-all --parallel watch:server watch:build",
11 "test-automatic-instrumentation": "node ./test/instrumentation/automated.instrumentation.js",
12 "test": "npm run compile; npm run test-automatic-instrumentation; docker-compose up -d; jest --coverage; docker-compose stop",
13 "test-ci": "npm run compile; npm run test-automatic-instrumentation; jest --config config.json --coverage; cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js;",
14 "lint": "tslint --project tsconfig.json -t stylish",
15 "release-minor": "npm install; npm run build; release-it minor -n --npm.publish --src.commit --src.tag --no-src.push --src.tagName='v%s' --github.release --no-requireCleanWorkingDir --no-requireUpstream",
16 "release-minor-without-tag": "npm install; npm run build; release-it minor -n --npm.publish --no-requireCleanWorkingDir --no-requireUpstream --no-src.commit --no-src.tag --no-src.push --no-src.push --no-src.tagName='v%s' --no-github.release",
17 "release": "npm install; npm run build; release-it -n --npm.publish --src.commit --src.tag --src.push --no-src.push --src.tagName='v%s' --github.release --no-requireCleanWorkingDir --no-requireUpstream",
18 "release-without-tag": "npm install; npm run build; release-it -n --npm.publish --no-requireCleanWorkingDir --no-requireUpstream --no-src.commit --no-src.tag --no-src.push --no-src.push --no-src.tagName='v%s' --no-github.release"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/thundra-io/thundra-lambda-agent-nodejs.git"
23 },
24 "files": [
25 "dist/"
26 ],
27 "keywords": [
28 "serverless",
29 "aws",
30 "lambda",
31 "observability",
32 "tracing",
33 "metrics",
34 "analytics",
35 "telemetry",
36 "opentracing"
37 ],
38 "author": "Thundra <info@thundra.com>",
39 "license": "Apache-2.0",
40 "bugs": {
41 "url": "https://github.com/thundra-io/thundra-lambda-agent-nodejs/issues"
42 },
43 "homepage": "https://github.com/thundra-io/thundra-lambda-agent-nodejs#readme",
44 "devDependencies": {
45 "@types/minimatch": "^3.0.3",
46 "@types/node": "^10.5.0",
47 "@types/uuid": "^3.4.3",
48 "aws-sdk": "^2.358.0",
49 "aws-xray-sdk-core": "^2.0.1",
50 "babel-core": "^6.26.3",
51 "babel-eslint": "^8.2.3",
52 "babel-jest": "^23.4.0",
53 "babel-loader": "^7.1.2",
54 "babel-plugin-transform-runtime": "^6.23.0",
55 "babel-polyfill": "^6.26.0",
56 "babel-preset-env": "^1.6.1",
57 "babel-preset-stage-0": "^6.24.1",
58 "babel-runtime": "^6.26.0",
59 "coveralls": "^3.0.1",
60 "elasticsearch": "^15.4.1",
61 "eslint": "^4.19.1",
62 "eslint-plugin-babel": "^5.1.0",
63 "gaze-run-interrupt": "^1.0.1",
64 "i": "^0.3.6",
65 "jest": "^22.4.4",
66 "mysql": "^2.16.0",
67 "mysql2": "1.6.1",
68 "nock": "^10.0.6",
69 "npm-run-all": "^4.1.1",
70 "opentracing": "0.14.1",
71 "pg": "6.4.0",
72 "redis": "^2.8.0",
73 "release-it": "^7.5.0",
74 "ts-loader": "^4.4.1",
75 "ts-node": "^7.0.0",
76 "tslint": "5.7.0",
77 "typescript": "^2.9.2",
78 "uglifyjs-webpack-plugin": "^1.2.5",
79 "webpack": "^4.14.0",
80 "webpack-cli": "^3.0.8"
81 },
82 "dependencies": {
83 "@thundra/warmup": "1.0.0",
84 "falafel": "^2.1.0",
85 "koalas": "^1.0.2",
86 "minimatch": "^3.0.4",
87 "require-in-the-middle": "^3.1.0",
88 "semver": "^5.5.0",
89 "shimmer": "^1.2.0",
90 "uuid": "^3.2.1"
91 }
92}