@testmonitor/ts-reporter-client
Version:
A convenient TypeScript wrapper for the TestMonitor reporter API endpoints. It can be used in both TypeScript and JavaScript.
52 lines (51 loc) • 1.41 kB
JSON
{
"name": "@testmonitor/ts-reporter-client",
"version": "0.1.3",
"description": "A convenient TypeScript wrapper for the TestMonitor reporter API endpoints. It can be used in both TypeScript and JavaScript.",
"keywords": [
"testmonitor",
"typescript",
"api",
"axios"
],
"author": "TestMonitor | we are Cerios B.V.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc",
"lint": "eslint './src/**/*.{ts,tsx}'",
"lint:fix": "eslint './src/**/*.{ts,tsx}' --fix",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/jest": "^29.5.14",
"@types/node": "12.11.5 - 12.20.42",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.24.0",
"eslint-plugin-jsdoc": "^50.6.11",
"eslint-plugin-promise": "^7.2.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testmonitor/ts-reporter-client.git"
},
"bugs": {
"url": "https://github.com/testmonitor/ts-reporter-client/issues"
},
"homepage": "https://testmonitor.com"
}