UNPKG

@lint-todo/utils

Version:

![CI Build](https://github.com/lint-todo/utils/workflows/CI%20Build/badge.svg) [![npm version](https://badge.fury.io/js/%40lint-todo%2Futils.svg)](https://badge.fury.io/js/%40lint-todo%2Futils) [![License](https://img.shields.io/npm/l/@checkup/cli.svg)](h

89 lines (88 loc) 2.35 kB
{ "name": "@lint-todo/utils", "version": "13.1.1", "repository": "https://github.com/lint-todo/utils.git", "license": "MIT", "author": "Steve Calvert <steve.calvert@gmail.com>", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc --build", "build:watch": "tsc --watch", "clean": "tsc --build --clean", "docs:update": "npm run build && readme-api-generator lib/builders.js lib/io.js lib/todo-config.js lib/get-severity.js lib/date-utils.js lib/source.js", "lint": "eslint . --ext .ts", "prepare": "npm run build", "test": "npm-run-all lint test:*", "test:vitest": "vitest run" }, "dependencies": { "@types/eslint": "^8.4.9", "find-up": "^5.0.0", "fs-extra": "^9.1.0", "proper-lockfile": "^4.1.2", "slash": "^3.0.0", "tslib": "^2.4.1", "upath": "^2.0.1" }, "devDependencies": { "@scalvert/readme-api-generator": "^0.2.4", "@types/fs-extra": "^9.0.13", "@types/proper-lockfile": "^4.1.2", "@types/slash": "^3.0.0", "@types/tmp": "^0.2.2", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "date-fns": "^2.29.3", "eslint": "^8.26.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-jest": "^27.1.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-unicorn": "^44.0.2", "fixturify-project": "^2.1.1", "jsdoc-to-markdown": "^7.1.1", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "release-it": "^14.11.8", "release-it-lerna-changelog": "^4.0.1", "tmp": "^0.2.1", "type-fest": "^2.19.0", "typescript": "^4.9.3", "vite": "^2.9.14", "vitest": "^0.25.3" }, "engines": { "node": "12.* || >= 14" }, "files": [ "lib/" ], "resolutions": { "yargs-parser": "^20.2.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "release-it": { "plugins": { "release-it-lerna-changelog": { "infile": "CHANGELOG.md", "launchEditor": true } }, "git": { "tagName": "v${version}" }, "github": { "release": true, "tokenRef": "GITHUB_AUTH" } }, "volta": { "node": "14.18.3", "npm": "8.19.2" } }