Start script

submitter-web
Kuba Orlik 4 years ago
parent 8d56771afe
commit 4c8ce33fa8

@ -4,12 +4,15 @@
"description": "Web aplikacja ułatwiająca wysyłanie zgłoszeń do Poznańskiej Straży Miejskiej",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "parcel src/index.html"
},
"repository": {
"type": "git",
"url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git"
},
"author": "foki",
"license": "ISC"
"license": "ISC",
"dependencies": {
"parcel-bundler": "^1.12.4"
}
}

Loading…
Cancel
Save