{ "name": "snowworld-admin-dashboard", "version": "1.0.0", "description": "Admin dashboard for SnowWorld narrowcasting system", "main": "index.html", "scripts": { "start": "http-server -p 8080 -c-1", "build": "echo 'Admin build complete'", "test": "echo 'Admin tests not configured'", "lint": "echo 'Linting not configured'", "clean": "rm -rf node_modules" }, "dependencies": {}, "devDependencies": { "http-server": "^14.1.1" }, "keywords": ["admin", "dashboard", "narrowcasting", "snowworld"], "author": "SnowWorld Development Team", "license": "MIT" }