UNPKG

@mts-pjsc/bretrics

Version:
55 lines (54 loc) 1.73 kB
{ "name": "@mts-pjsc/bretrics", "version": "1.0.5", "description": "Web Monitoring", "main": "dist/index.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/MobileTeleSystems/bretrics-web.git" }, "author": "MobileTeleSystems", "license": "MIT", "scripts": { "build": "npm run clean && tsc && npm run clean:dist-tests && npm run test:module", "clean": "rimraf ./dist", "cs:eslint": "eslint --fix -c eslint.config.js --ext .tsx,.ts,.jsx,.js ./src/", "clean:dist-tests": "rimraf ./dist/__fixtures__ && rimraf ./dist/__tests__", "test": "mocha --parallel src/__tests__/*.spec.tsx", "test:watch": "mocha --parallel --watch --watch-files src/**/*.ts,src/**/*.tsx src/__tests__/*.spec.tsx", "test:module": "node ./dist/index.js", "release": "cliff-jumper --name '@mts-pjsc/bretrics' --package-path '.' --no-skip-changelog --no-skip-tag", "prepublishOnly": "npm run test && npm run build", "prepare": "husky install" }, "keywords": [ "metrics", "prometheus" ], "lint-staged": { "./src/**/*.(ts|tsx|js|jsx)": [ "eslint --fix -c eslint.config.js --ext .tsx,.ts,.jsx,.js" ] }, "dependencies": { "web-vitals": "^5.0.3" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@favware/cliff-jumper": "^6.0.0", "@labeg/code-style": "^6.5.0", "@types/chai": "^5.2.2", "@types/mocha": "^10.0.10", "chai": "^5.2.1", "global-jsdom": "^26.0.0", "husky": "^9.1.7", "jsdom": "^26.1.0", "lint-staged": "^16.1.2", "mocha": "^11.7.1", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }