diff --git a/package.json b/package.json index bb024ac..e772b01 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "name": "vitest-teamcity-reporter", - "version": "0.2.0", - "description": "A TeamCity reporter for vitest.", - "repository": { - "type": "git", - "url": "https://github.com/eratio08/vitest-teamcity-reporter" - }, - "keywords": [ - "vitest", - "teamcity", - "reporter" - ], - "files": [ - "lib/**/*" - ], - "main": "lib/index.js", - "types": "lib/index.d.ts", - "scripts": { - "clean": "rimraf lib", - "test": "vitest --run src/test/index.spec.ts", - "build": "pnpm clean && tsc -p tsconfig.lib.json", - "lint": "eslint ./src/**/*.ts --fix" - }, - "devDependencies": { - "@types/node": "^20.4.7", - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@vitest/coverage-v8": "^0.34.1", - "eslint": "^8.46.0", - "eslint-config-standard-with-typescript": "^40.0.0", - "eslint-plugin-import": "^2.28.0", - "eslint-plugin-n": "^16.0.1", - "eslint-plugin-promise": "^6.1.1", - "rimraf": "^5.0.1", - "typescript": "^5.1.6", - "vitest": "^0.34.1" - }, - "peerDependencies": { - "typescript": "3.x || 4.x || 5.x", - "vitest": ">=0.34.0" - }, - "author": "Eike Lurz", - "license": "MIT" + "name": "vitest-teamcity-reporter", + "version": "0.2.1", + "description": "A TeamCity reporter for vitest.", + "repository": { + "type": "git", + "url": "https://github.com/eratio08/vitest-teamcity-reporter" + }, + "keywords": [ + "vitest", + "teamcity", + "reporter" + ], + "files": [ + "lib/**/*" + ], + "main": "lib/index.js", + "types": "lib/index.d.ts", + "scripts": { + "clean": "rimraf lib", + "test": "vitest --run src/test/index.spec.ts", + "build": "pnpm clean && tsc -p tsconfig.lib.json", + "lint": "eslint ./src/**/*.ts --fix" + }, + "devDependencies": { + "@types/node": "^20.4.7", + "@typescript-eslint/eslint-plugin": "^6.2.1", + "@vitest/coverage-v8": "^0.34.1", + "eslint": "^8.46.0", + "eslint-config-standard-with-typescript": "^40.0.0", + "eslint-plugin-import": "^2.28.0", + "eslint-plugin-n": "^16.0.1", + "eslint-plugin-promise": "^6.1.1", + "rimraf": "^5.0.1", + "typescript": "^5.1.6", + "vitest": "^0.34.1" + }, + "peerDependencies": { + "typescript": "3.x || 4.x || 5.x", + "vitest": ">=0.34.0" + }, + "author": "Eike Lurz", + "license": "MIT" }