{ "name": "ddmseoul", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "http-server", "deploy": "firebase deploy", "emulate":"firebase emulators:start --only hosting", "gitUpdate": "git add . && git commit -m'update,'&& git push", "uglifyjs":"uglifyjs --compress toplevel --mangle --mangle-props -o public/scripts.js -- public/scripts-src.js " }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "http-server": "^14.1.1", "uglify-js": "^3.17.4" } }