@myunisoft/loki
Version:
Node.js Grafana Loki SDK
61 lines (60 loc) • 1.42 kB
JSON
{
"name": "@myunisoft/loki",
"version": "6.0.0",
"description": "Node.js Grafana Loki SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"directories": {
"test": "test"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"@myunisoft:registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"lint": "eslint src test",
"prepublishOnly": "npm run build",
"test": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"",
"coverage": "c8 -r html npm test"
},
"keywords": [
"grafana",
"loki",
"sdk"
],
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"devDependencies": {
"@openally/config.eslint": "^1.0.0",
"@openally/config.typescript": "^1.0.3",
"@types/ms": "^0.7.34",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"glob": "^11.0.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@myunisoft/httpie": "^5.0.0",
"@openally/auto-url": "^1.0.1",
"@sigyn/logql": "^2.2.0",
"@sigyn/pattern": "^1.1.0",
"dayjs": "^1.11.10",
"ms": "^2.1.3"
}
}