diff --git a/package.json b/package.json index c7054de..2481e83 100644 --- a/package.json +++ b/package.json @@ -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" + } }