Files
leewinnie818/firebase-share/package.json
louiscklaw a1833c6795 update,
2025-02-01 02:03:24 +08:00

22 lines
611 B
JSON

{
"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"
}
}