update,
This commit is contained in:
21
firebase-share/package.json
Normal file
21
firebase-share/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user