{ "name": "ws4kp", "version": "6.5.4", "description": "Welcome to the WeatherStar 4000+ project page!", "main": "index.mjs", "type": "module", "scripts": { "start": "node index.mjs", "stop": "pkill -f 'node index.mjs' || echo 'No process found'", "test": "echo \"Error: no test specified\" && exit 1", "build:travelcities": "node datagenerators/travelcities.mjs", "build:css": "sass --style=compressed ./server/styles/scss/main.scss ./server/styles/main.css", "build": "gulp buildDist", "lint": "eslint ./server/scripts/**/*.mjs ./proxy/**/*.mjs ./src/**/*.mjs *.mjs", "lint:fix": "eslint --fix ./server/scripts/**/*.mjs ./proxy/**/*.mjs ./src/**/*.mjs *.mjs", "lintall": "eslint ./server/scripts/**/*.mjs ./proxy/**/*.mjs ./src/**/*.mjs *.mjs ./datagenerators/**/*.mjs ./gulp/**/*.mjs ./tests/**/*.mjs", "lintall:fix": "eslint --fix ./server/scripts/**/*.mjs ./proxy/**/*.mjs ./src/**/*.mjs *.mjs ./datagenerators/**/*.mjs ./gulp/**/*.mjs ./tests/**/*.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/netbymatt/ws4kp.git" }, "author": "Matt Walsh", "license": "MIT", "bugs": { "url": "https://github.com/netbymatt/ws4kp/issues" }, "homepage": "https://github.com/netbymatt/ws4kp#readme", "devDependencies": { "@aws-sdk/client-cloudfront": "^3.609.0", "@eslint/eslintrc": "^3.3.1", "ajv": "^8.17.1", "del": "^8.0.0", "eslint": "^10.0.3", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "^2.10.0", "fancy-log": "^2.0.0", "gulp": "^5.0.0", "gulp-awspublish": "^9.0.0", "gulp-concat": "^2.6.1", "gulp-ejs": "^5.1.0", "gulp-file": "^0.4.0", "gulp-html-minifier-terser": "^8.0.0", "gulp-rename": "^2.0.0", "gulp-s3-uploader": "^1.0.6", "gulp-sass": "^6.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-terser": "^2.0.0", "luxon": "^3.0.0", "metar-taf-parser": "^9.0.0", "nosleep.js": "^0.12.0", "sass": "^1.54.0", "suncalc": "^1.8.0", "swiped-events": "^1.1.4", "terser-webpack-plugin": "^5.3.6", "webpack": "^5.99.9", "webpack-stream": "^7.0.0" }, "dependencies": { "dotenv": "^17.0.1", "ejs": "^5.0.1", "express": "^5.1.0" } }