Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz committed Oct 28, 2024
1 parent ab51c10 commit 63bc0d7
Showing 1 changed file with 41 additions and 6 deletions.
47 changes: 41 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "traffic-lens",
"version": "1.0.0",
"description": "",
"description": "A network traffic monitoring tool with proxy awareness for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"test": "vitest",
Expand All @@ -14,13 +16,46 @@
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"build": "tsc",
"prebuild": "rm -rf dist",
"format": "prettier --write .",
"publish": "pnpm run build && pnpm publish",
"lint": "prettier --check .",
"prepare": "pnpm run build",
"prepublishOnly": "pnpm test && pnpm run lint",
"preversion": "pnpm run lint",
"version": "pnpm run format && git add -A src",
"postversion": "git push && git push --tags",
"release": "release-it"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"network",
"monitoring",
"proxy",
"traffic",
"bandwidth",
"network-stats",
"network-monitor",
"proxy-stats",
"traffic-monitor",
"network-metrics",
"typescript",
"nodejs"
],
"author": {
"name": "Jie Wang",
"url": "https://github.com/escwxyz"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/escwxyz/traffic-lens.git"
},
"bugs": {
"url": "https://github.com/escwxyz/traffic-lens/issues"
},
"homepage": "https://github.com/escwxyz/traffic-lens#readme",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@vitest/coverage-v8": "^2.1.3",
Expand Down

0 comments on commit 63bc0d7

Please sign in to comment.