We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f1922 commit 8ce2a26Copy full SHA for 8ce2a26
1 file changed
package.json
@@ -1,12 +1,27 @@
1
{
2
"name": "traceo-sdk",
3
- "version": "0.3.25",
+ "version": "0.3.26",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
+ "keywords": [
8
+ "stacktrace",
9
+ "error",
10
+ "trace",
11
+ "stack",
12
+ "node",
13
+ "traceo",
14
+ "metrics",
15
+ "logger"
16
+ ],
17
"files": [
18
"dist"
19
],
20
+ "homepage": "https://github.com/traceo-dev/traceo-node",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git://github.com/traceo-dev/traceo-node.git"
24
+ },
25
"scripts": {
26
"build": "tsc -p ./tsconfig.json --outDir dist",
27
"prebuild": "rimraf ./dist",
0 commit comments