Skip to content

Commit 8ce2a26

Browse files
committed
package.json update
1 parent 25f1922 commit 8ce2a26

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
{
22
"name": "traceo-sdk",
3-
"version": "0.3.25",
3+
"version": "0.3.26",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"keywords": [
8+
"stacktrace",
9+
"error",
10+
"trace",
11+
"stack",
12+
"node",
13+
"traceo",
14+
"metrics",
15+
"logger"
16+
],
717
"files": [
818
"dist"
919
],
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+
},
1025
"scripts": {
1126
"build": "tsc -p ./tsconfig.json --outDir dist",
1227
"prebuild": "rimraf ./dist",

0 commit comments

Comments
 (0)