{ "name": "tripeaks-solitaire-solver-js-73k", "version": "1.0.5", "description": "A brute force solver for tri peaks solitaire written in javascript. Forked from work by Courtney Pitcher at https://github.com/IgniparousTempest/javascript-tri-peaks-solitaire-solver", "keywords": [ "tripeaks", "solitaire", "game", "solver", "cards" ], "type": "module", "scripts": { "dev": "vite", "build": "rm -rf dist && NODE_ENV=production vite build && html-minifier --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --case-sensitive -o ./dist/index.html ./dist/index.html", "preview": "vite preview", "test": "mocha", "lint": "eslint --ext .js,.html --ignore-path .gitignore --fix .", "format": "prettier . --write" }, "main": "solver.js", "repository": { "type": "git", "url": "git+https://github.com/apiontek/tripeaks-solitaire-solver-js-73k.git" }, "author": { "name": "Adam Piontek", "email": "adam@73k.us", "url": "https://73k.us/" }, "license": "ISC", "bugs": { "url": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k/issues" }, "homepage": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k#readme", "devDependencies": { "alpinejs": "^3.12.x", "bootstrap": "^5.2.x", "eslint": "^8.38.x", "eslint-config-prettier": "^8.8.x", "eslint-plugin-html": "^7.1.x", "html-minifier": "^4.0.x", "mocha": "^10.2.x", "prettier": "^2.8.x", "sass": "^1.62.x", "vite": "^3.2.x" } }