{ "name": "programming-challenges", "version": "1.0.0", "description": "programming-challenges brings programming exercises and challenges to improve your algorithmic logic.", "private": true, "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theoludwig/programming-challenges" }, "engines": { "node": ">=20.11.0", "npm": ">=10.0.0" }, "main": "build/index.js", "bin": "build/index.js", "scripts": { "start": "node --enable-source-maps build/index.js", "build": "swc ./cli --out-dir ./build --strip-leading-paths --delete-dir-on-start", "build:dev": "swc ./cli --out-dir ./build --strip-leading-paths --delete-dir-on-start --watch", "lint:typescript": "tsc --noEmit", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint-cli2", "lint:eslint": "eslint ./cli --max-warnings 0", "lint:prettier": "prettier . --check", "test": "cross-env NODE_ENV=test node --enable-source-maps --test \"build/**/*.test.js\"" }, "dependencies": { "chalk": "5.4.1", "clipanion": "3.2.1", "date-and-time": "3.6.0", "execa": "9.5.3", "log-symbols": "7.0.0", "ora": "8.2.0", "replace-in-file": "8.3.0", "table": "6.9.0", "typanion": "3.14.0", "validate-npm-package-name": "6.0.0" }, "devDependencies": { "@swc/cli": "0.7.7", "@swc/core": "1.11.24", "@types/mock-fs": "4.13.4", "@types/ms": "2.1.0", "@types/node": "22.15.17", "@types/sinon": "17.0.4", "@types/validate-npm-package-name": "4.0.2", "cross-env": "7.0.3", "editorconfig-checker": "6.0.1", "eslint": "9.26.0", "eslint-config-conventions": "19.2.0", "eslint-plugin-import-x": "4.11.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "59.0.1", "get-stream": "9.0.1", "globals": "16.1.0", "markdownlint-cli2": "0.18.0", "markdownlint-rule-relative-links": "4.1.0", "mock-fs": "5.5.0", "ms": "2.1.3", "prettier": "3.5.3", "sinon": "20.0.0", "typescript": "5.8.3", "typescript-eslint": "8.32.1" } }