UNPKG

imdone-core

Version:
120 lines (119 loc) 3.37 kB
{ "name": "imdone-core", "version": "2.0.19", "description": "imdone-core", "repository": { "type": "git", "url": "https://github.com/imdone/imdone-core.git" }, "main": "lib/index.js", "types": "types/index.d.ts", "type": "module", "bin": { "imdone-cli": "lib/cli.js" }, "scripts": { "prepublishOnly": "npm run build", "build": "npm run pre-commit && npm run coverage", "build:docs": "doctoc --github --notitle README.md", "build:docs:index": "node scripts/index-markdown.js", "build:index": "node scripts/generate-index.js", "build:types": "tsc --noEmit false", "coverage": "vitest --run --coverage", "link": "npm link ../imdone-api", "pre-commit": "npm run build:docs && npm run build:docs:index && npm run build:index && npm run build:types", "test": "npm run coverage", "test-ci": "vitest --run", "serve": "npx docsify-cli serve", "prepare": "husky" }, "keywords": [ "imdone", "TODO", "FIXME", "markdown", "issues", "task-board", "kanban" ], "author": "Jesse Piascik", "license": "MIT", "bugs": { "url": "https://github.com/imdone/imdone-core/issues" }, "homepage": "https://github.com/imdone/imdone-core", "dependencies": { "adm-zip": "^0.5.16", "async": "^3.2.6", "async-es": "^3.2.6", "chalk": "^5.4.1", "chokidar": "^4.0.3", "chrono-node": "~2.7.8", "commander": "^13.1.0", "debug": ">=4.3.4", "eol": "^0.9.1", "escape-string-regexp": "^1.0.5", "eta": "^3.5.0", "fast-sort": "^3.4.1", "find-up-simple": "^1.0.1", "gray-matter": "^4.0.2", "ignore": "^5.2.0", "imdone-api": "^2.0.1", "isbinaryfile": "^5.0.4", "js-yaml": "^3.14.1", "json-fns": "^1.0.0", "lodash.assign": "^4.2.0", "lodash.debounce": "^4.0.8", "lodash.groupby": "^4.6.0", "lodash.isempty": "^4.4.0", "lodash.isfunction": "^3.0.9", "lodash.isnumber": "^3.0.3", "lodash.isobject": "^3.0.2", "lodash.isstring": "^4.0.1", "lodash.isundefined": "^3.0.1", "lodash.noop": "^3.0.1", "lodash.reject": "^4.6.0", "lodash.remove": "^4.7.0", "lodash.some": "^4.6.0", "lodash.union": "^4.6.0", "lodash.uniq": "^4.5.0", "lodash.where": "^3.1.0", "lodash.without": "^4.4.0", "markdown-it": "^14.1.0", "markdown-it-checkbox": "^1.1.0", "markdown-it-emoji": "^2.0.0", "markdown-it-mark": "^3.0.1", "moment": "^2.29.1", "monquery": "github:imdone/node-monquery#0.2.1", "multilang-extract-comments": "^0.4.0", "node-fetch": "^3.3.2", "open": "^9.1.0", "ora": "^8.2.0", "parse-code-context": "^1.0.0", "prompts": "^2.4.2", "readdirp": "^4.1.2", "remove-markdown": "^0.3.0", "sanitize-filename": "^1.6.3", "sift": "^17.1.3", "simple-git": "^3.19.1", "uniqid": "^5.4.0", "xregexp": "^5.1.2" }, "devDependencies": { "@types/node": "^22.13.13", "@vitest/coverage-istanbul": "^3.1.1", "@vitest/coverage-v8": "^3.1.1", "chai": "^5.2.0", "colors": "^1.4.0", "dependency-cruiser": "^16.10.0", "doctoc": "^2.1.0", "esbuild": "^0.25.1", "expect.js": "~0.3.1", "fs-extra": "^11.1.0", "husky": "^9.1.7", "json-stringify-safe": "~5.0.0", "prettier": "^2.5.1", "typescript": "^5.8.2", "vitest": "^3.1.1" } }