{ "name": "programming-challenges", "version": "1.0.0", "description": "programming-challenges brings together lots of programming exercises and challenges to improve your algorithmic logic.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Divlo/programming-challenges" }, "engines": { "node": ">=14.0.0", "npm": ">=7.0.0" }, "ts-standard": { "ignore": [ "build", "node_modules", "templates", "challenges" ], "envs": [ "node", "jest" ], "report": "stylish" }, "main": "build/index.js", "bin": "build/index.js", "scripts": { "start": "node build/index.js", "build": "rimraf ./build && tsc", "test": "jest", "lint:commit": "commitlint", "lint:editorconfig": "editorconfig-checker", "lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules", "lint:typescript": "ts-standard" }, "dependencies": { "chalk": "4.1.1", "clipanion": "3.0.0-rc.12", "date-and-time": "1.0.1", "execa": "5.1.1", "ora": "5.4.0", "replace-in-file": "6.2.0", "table": "6.7.1", "typanion": "3.3.1", "validate-npm-package-name": "3.0.0" }, "devDependencies": { "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.1.4", "@types/date-and-time": "0.13.0", "@types/jest": "26.0.23", "@types/mock-fs": "4.13.0", "@types/node": "15.12.2", "@types/validate-npm-package-name": "3.0.2", "editorconfig-checker": "4.0.2", "jest": "27.0.4", "markdownlint-cli": "0.27.1", "mock-fs": "5.0.0", "rimraf": "3.0.2", "ts-jest": "27.0.3", "ts-standard": "10.0.0", "typescript": "4.3.2" } }