Files
004_comission/amicho/ddmseoul/_obsoleted/www.kos-intl.com-demo-obsoleted/package.json
louiscklaw ad92aa80a9 update,
2025-01-31 19:24:26 +08:00

21 lines
544 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",
"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"
}
}