diff --git a/package.json b/package.json index 36a4f55..93f7c99 100644 --- a/package.json +++ b/package.json @@ -1,82 +1,82 @@ { - "name": "uno-js", - "version": "3.113.0", - "description": "JS/TS common used functions, zero dependencies", - "main": "dist/index.js", - "scripts": { - "test": "jest --runInBand", - "cest": "jest --collectCoverage --runInBand", - "lint": "eslint src/**/*.ts", - "lint:fix": "eslint src/**/*.ts --fix", - "build": "tsc", - "watch": "tsc -w", - "preparepackage": "npm run build && npm run copypackage", - "copypackage": "npx shx cp package.json dist" - }, - "prettier": { - "endOfLine": "auto", - "semi": true, - "trailingComma": "all", - "singleQuote": true, - "printWidth": 120, - "tabWidth": 4 - }, - "jest": { - "coverageReporters": [ - "lcov", - "text" - ], - "moduleFileExtensions": [ - "ts", - "js" - ], - "transform": { - "^.+\\.(ts|tsx)$": [ - "ts-jest", - { - "diagnostics": false, - "tsconfig": "tsconfig.json" + "name": "uno-js", + "version": "3.114.0", + "description": "JS/TS common used functions, zero dependencies", + "main": "dist/index.js", + "scripts": { + "test": "jest --runInBand", + "cest": "jest --collectCoverage --runInBand", + "lint": "eslint src/**/*.ts", + "lint:fix": "eslint src/**/*.ts --fix", + "build": "tsc", + "watch": "tsc -w", + "preparepackage": "npm run build && npm run copypackage", + "copypackage": "npx shx cp package.json dist" + }, + "prettier": { + "endOfLine": "auto", + "semi": true, + "trailingComma": "all", + "singleQuote": true, + "printWidth": 120, + "tabWidth": 4 + }, + "jest": { + "coverageReporters": [ + "lcov", + "text" + ], + "moduleFileExtensions": [ + "ts", + "js" + ], + "transform": { + "^.+\\.(ts|tsx)$": [ + "ts-jest", + { + "diagnostics": false, + "tsconfig": "tsconfig.json" + } + ] + }, + "testMatch": [ + "/test/**/*.spec.ts" + ], + "coverageThreshold": { + "global": { + "branches": 74, + "functions": 85, + "lines": 90, + "statements": -80 + } } - ] }, - "testMatch": [ - "/test/**/*.spec.ts" + "repository": { + "type": "git", + "url": "git+https://github.com/unosquare/uno-js.git" + }, + "keywords": [ + "Javascript", + "functions", + "JS", + "csv", + "typescript" ], - "coverageThreshold": { - "global": { - "branches": 74, - "functions": 85, - "lines": 90, - "statements": -80 - } + "author": "Unosquare", + "license": "MIT", + "bugs": { + "url": "https://github.com/unosquare/uno-js/issues" + }, + "homepage": "https://github.com/unosquare/uno-js#readme", + "devDependencies": { + "@eslint/js": "^9.6.0", + "@types/eslint__js": "^8.42.3", + "@types/jest": "^29.5.12", + "eslint": "^9.6.0", + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0", + "ts-jest": "^29.2.2", + "typescript": "^5.5.3", + "typescript-eslint": "^7.16.0" } - }, - "repository": { - "type": "git", - "url": "git+https://github.com/unosquare/uno-js.git" - }, - "keywords": [ - "Javascript", - "functions", - "JS", - "csv", - "typescript" - ], - "author": "Unosquare", - "license": "MIT", - "bugs": { - "url": "https://github.com/unosquare/uno-js/issues" - }, - "homepage": "https://github.com/unosquare/uno-js#readme", - "devDependencies": { - "@eslint/js": "^9.6.0", - "@types/eslint__js": "^8.42.3", - "@types/jest": "^29.5.12", - "eslint": "^9.6.0", - "jest": "^29.7.0", - "jest-environment-jsdom": "^29.7.0", - "ts-jest": "^29.2.2", - "typescript": "^5.5.3", - "typescript-eslint": "^7.16.0" - } }