{ "name": "parcel", "private": true, "version": "0.0.0", "scripts": { "build": "parcel build ./src/index.html --no-cache", "dev": "parcel watch ./src/index.html --no-cache", "test": "jest --runInBand" }, "jest": { "displayName": "parcel", "setupFilesAfterEnv": [ "/../../jest/customMatchers.js" ] }, "devDependencies": { "parcel": "nightly" } }