Files
Jump/package.json
2022-02-10 16:52:55 +00:00

14 lines
373 B
JSON

{
"name": "jump",
"version": "1.0.0",
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. ",
"scripts": {
"dev": "webpack --mode=development --devtool=inline-source-map --watch",
"build": "webpack"
},
"devDependencies": {
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
}
}