{ "name": "logscreen", "version": "0.0.0-development", "description": "It's written in Rust!", "main": "src/main.rs", "scripts": { "prettier": "prettier --write .", "release": "semantic-release" }, "engines": { "node": ">=20.11.1", "npm": ">=10.4.0" }, "repository": { "type": "git", "url": "https://github.com/kristof-mattei/logscreen.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/kristof-mattei/logscreen/issues" }, "homepage": "https://github.com/kristof-mattei/logscreen#readme", "devDependencies": { "@actions/tool-cache": "2.0.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/github": "9.2.6", "@semantic-release/release-notes-generator": "12.1.0", "conventional-changelog-conventionalcommits": "7.0.2", "prettier": "3.2.5", "semantic-release": "23.0.2" }, "publishConfig": { "access": "restricted" } }