File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 18
18
"preversion" : " npm run lint" ,
19
19
"version" : " npm run format && git add -A src" ,
20
20
"postversion" : " git push && git push --tags" ,
21
- "package" : " mkdir -p dist/ && npm pack && mv *.tgz dist/" ,
22
- "example:hello-world" : " ts-node examples/hello-world.ts" ,
23
- "example:capture-lambda-handler-response-decorator" : " ts-node examples/capture-lambda-handler-response-decorator.ts" ,
24
- "example:capture-lambda-handler-error-decorator" : " ts-node examples/capture-lambda-handler-error-decorator.ts" ,
25
- "example:capture-clients" : " ts-node examples/capture-clients.ts"
21
+ "package" : " mkdir -p dist/ && npm pack && mv *.tgz dist/"
26
22
},
27
23
"homepage" : " https://github.com/awslabs/aws-lambda-powertools-typescript/tree/master/packages/tracer#readme" ,
28
- "license" : " MIT" ,
24
+ "license" : " MIT-0 " ,
29
25
"main" : " ./lib/index.js" ,
30
26
"types" : " ./lib/index.d.ts" ,
31
27
"devDependencies" : {
58
54
"@middy/core" : " ^2.5.3" ,
59
55
"aws-xray-sdk-core" : " ^3.3.3"
60
56
}
61
- }
57
+ }
You can’t perform that action at this time.
0 commit comments