{ "name": "death-notifier", "version": "1.3.0", "_comment_version": "Also update version in `composer.json`!", "description": "Get notified when a famous person dies.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", "url": "git@git.fwdekker.com:tools/death-notifier.git" }, "private": true, "scripts": { "analyze": "grunt analyze", "check": "grunt check", "clean": "grunt clean", "dev": "grunt dev", "dev:server": "grunt dev:server", "deploy": "grunt deploy", "test": "grunt test" }, "devDependencies": { "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-run": "^0.8.1", "grunt-text-replace": "^0.4.0", "grunt-webpack": "^6.0.0", "ts-loader": "^9.4.4", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }