UNPKG

barecheck

Version:
63 lines (62 loc) 1.61 kB
{ "name": "barecheck", "version": "0.3.8", "description": "Barecheck core Node.js library", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@octokit/core": "^3.5.1", "axios": "^0.26.0", "lcov-parse": "^1.0.0" }, "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^16.11.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "eslint": "^8.6.0", "jest": "^27.5.1", "jest-mock-axios": "^4.5.0", "nodemon": "^2.0.15", "nyc": "^15.1.0", "prettier": "^2.3.2", "sinon": "^13.0.1", "ts-jest": "^27.1.3", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "scripts": { "develop": "nodemon --watch 'src/**/*.ts' --ext 'ts' --exec 'yarn build'", "build": "tsc -p .", "lint": "eslint --ext .ts src tests", "format": "prettier --write .", "format-check": "prettier --check .", "check-all": "yarn format-check && yarn lint", "test": "jest", "coverage": "jest --coverage", "clean": "rm -rf ./node_modules ./dist && yarn install", "prepublishOnly": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/barecheck/barechceck.git" }, "keywords": [ "code", "quality", "analyzis", "code duplication", "code coverage", "static code analizis", "CI" ], "author": "Barecheck", "license": "ISC", "bugs": { "url": "https://github.com/barecheck/barechceck/issues" }, "homepage": "https://github.com/barecheck/barechceck#readme" }