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

Loading…
Cancel
Save