liftie
Version:
Clean, simple, easy to read, fast ski resort lift status
79 lines (78 loc) • 1.84 kB
JSON
{
"name": "liftie",
"version": "3.56.1",
"description": "Clean, simple, easy to read, fast ski resort lift status",
"keywords": [
"ski",
"snowboard"
],
"license": "BSD-3-Clause",
"author": "Damian Krzeminski <pirxpilot@furkot.com>",
"files": [
"lib",
"public/*",
"public/img/*",
"public/stylesheets/*.styl",
"public/stylesheets/fonts",
"views",
"Makefile"
],
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/liftie.git"
},
"scripts": {
"start": "node app.js",
"test": "make lint test"
},
"dependencies": {
"@pirxpilot/connect": "^4.2.0",
"@pirxpilot/cookie-parser": "~2",
"@pirxpilot/jade-core": "^1.12.1",
"@pirxpilot/k": "^1.0.0",
"@pirxpilot/router": "^1.1.0",
"@pirxpilot/swipe": "^2.0.2",
"connect-cachify-static": "^4.0.0",
"connect-gzip-static": "^4.2.1",
"connect-renderer": "^1.0.0",
"css-select": "~5",
"debounce": "^2.0.0",
"debug": "~4",
"domelementtype": "^2.3.0",
"domhandler": "~5",
"dynload": "^1.0.2",
"el-component": "^1.0.1",
"errorhandler": "^1.5.0",
"esbuild": "^0.25.1",
"htmlparser2": "~10",
"js-cookie": "^3.0.5",
"limiter": "~2.1.0",
"lodash": "^4.16.6",
"morgan": "^1.9.0",
"parseurl": "^1.3.3",
"qs": "^6.13.1",
"ro-rating": "^1.0.2",
"superagent": "~10.1.0",
"tiny-pager": "^1.0.0",
"to-title-case": "^1.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@pirxpilot/replay": "^2.2.1",
"commander": "~13",
"postcss": "~8",
"postcss-cachify": "^4.0.0",
"postcss-cli-simple": "~4.0.0",
"prompt": "~1",
"stylus": "^0.64.0"
},
"pnpm": {
"overrides": {
"debug": "~4"
}
},
"engines": {
"node": ">= 20.1.0"
}
}