{ "name": "wisski-distillery-frontend", "version": "1.0.0", "license": "MIT", "private": true, "dependencies": { "dayjs": "^1.11.5", "parcel": "^2.7.0" }, "scripts": { "dist": "parcel build --dist-dir dist --public-url /static/ src/entry/*/*.html --no-source-maps" } }