Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen committed Apr 24, 2024
1 parent f8c618b commit 4417b95
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "perftrace",
"version": "1.0.0",
"description": "",
"description": "Record PerformanceEntry objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.",
"repository": {
"type": "git",
"url": "[email protected]:RaisinTen/perftrace.git"
},
"homepage": "https://github.com/RaisinTen/perftrace?tab=readme-ov-file#perftrace",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"keywords": ["performance", "tracing", "trace event", "perfetto"],
"author": "Darshan Sen",
"license": "MIT"
}

0 comments on commit 4417b95

Please sign in to comment.