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",
|
"version": "1.0.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -10,9 +10,13 @@
|
||||||
"start": "node dist/dev.js",
|
"start": "node dist/dev.js",
|
||||||
"dev": "ts-node src/dev.ts"
|
"dev": "ts-node src/dev.ts"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"repository": {
|
||||||
"author": "",
|
"type": "git",
|
||||||
"license": "ISC",
|
"url": "https://git.weexnes.dev/WeeXnes/promstats.git"
|
||||||
|
},
|
||||||
|
"author": "WeeXnes weexnes@weexnes.dev",
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": ["prometheus", "node-exporter", "metrics", "typescript"],
|
||||||
"description": "",
|
"description": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^24.0.1",
|
"@types/node": "^24.0.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue