tripeaks-solitaire-solver-j.../package.json

49 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2019-08-03 07:41:36 -04:00
{
2022-09-13 22:55:10 -04:00
"name": "tripeaks-solitaire-solver-js-73k",
2022-09-18 11:48:00 -04:00
"version": "1.0.5",
2022-09-08 06:58:31 -04:00
"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",
2019-08-03 07:41:36 -04:00
"scripts": {
"dev": "vite",
2022-09-14 07:17:24 -04:00
"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 .",
2022-09-14 07:17:24 -04:00
"format": "prettier . --write"
2019-08-03 07:41:36 -04:00
},
"main": "solver.js",
2019-08-03 07:41:36 -04:00
"repository": {
"type": "git",
2022-09-13 22:55:10 -04:00
"url": "git+https://github.com/apiontek/tripeaks-solitaire-solver-js-73k.git"
2019-08-03 07:41:36 -04:00
},
2022-09-08 06:58:31 -04:00
"author": {
"name": "Adam Piontek",
"email": "adam@73k.us",
"url": "https://73k.us/"
},
2019-08-03 07:41:36 -04:00
"license": "ISC",
"bugs": {
2022-09-13 22:55:10 -04:00
"url": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k/issues"
2019-08-03 07:41:36 -04:00
},
2022-09-13 22:55:10 -04:00
"homepage": "https://github.com/apiontek/tripeaks-solitaire-solver-js-73k#readme",
2019-08-03 07:41:36 -04:00
"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"
2019-08-03 07:41:36 -04:00
}
}