{ "private": true, "name": "a2s", "version": "1.0.0", "description": "ololo", "scripts": { "serve": "npx parcel serve --dist-dir public app/index.html", "build": "npm run clean; npx parcel build --dist-dir public app/index.html --no-optimize; npm run git-hash", "prettier": "npx prettier --write .", "git-hash": "./update_commit.sh", "clean": "./clean_public.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Alexander Popov ", "license": "WTFPL", "devDependencies": { "@parcel/packager-raw-url": "^2.9.3", "@parcel/transformer-webmanifest": "^2.9.3", "parcel": "^2.9.3", "posthtml-include": "^1.7.4", "prettier": "3.0.1" } }