changed name to promstats
This commit is contained in:
parent
f19370a802
commit
c7cdc48170
1 changed files with 8 additions and 4 deletions
12
package.json
12
package.json
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "prometheus-node-exporter",
|
||||
"name": "promstats",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -10,9 +10,13 @@
|
|||
"start": "node dist/dev.js",
|
||||
"dev": "ts-node src/dev.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.weexnes.dev/WeeXnes/promstats.git"
|
||||
},
|
||||
"author": "WeeXnes weexnes@weexnes.dev",
|
||||
"license": "MIT",
|
||||
"keywords": ["prometheus", "node-exporter", "metrics", "typescript"],
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue