{ "name": "@akkohq/sw", "private": true, "type": "module", "scripts": { "build": "node ./build.js", "lint": "eslint --quiet \"./src/**/*.ts\" && yarn lint:types", "lint:types": "tsc --noEmit", "watch": "nodemon -e json --exec \"node ./build.js watch\" -w ../../package.json" }, "dependencies": { "akkordian.js": "workspace:*", "esbuild": "^0.19.10", "idb-keyval": "^6.2.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "@typescript/lib-webworker": "npm:@types/serviceworker@^0.0.81", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "nodemon": "^3.0.2", "typescript": "^5.3.3" } }