{ "name": "browser-scripts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "prettier": "prettier --write .", "build": "npm run prettier && bsbuild -pr -u https://git.zomo.dev/zomo/browser-scripts -b main", "watch": "bsbuild -pr -w -u https://git.zomo.dev/zomo/browser-scripts -b main" }, "repository": { "type": "git", "url": "git@git.zomo.dev:zomo/browser-scripts.git" }, "author": "", "license": "ISC", "devDependencies": { "@types/greasemonkey": "^4.0.4", "browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git", "eslint": "^8.38.0", "prettier": "^2.8.7", "typescript": "^5.0.4" } }