{ "name" : "rscloc", "version" : "0.1.2", "description": "Like cloc, but rusty", "main": "src/main.rs", "bin": "target/release/rscloc.exe", "author": {"name": "Wafelack", "email": "wafelack@protonmail.com"}, "repository": {"type": "git", "url": "https://github.com/wafelack/rscloc"}, "license": "MPL", "homepage": "https://github.com/wafelack/rscloc#readme", "scripts": {"start": "./target/release/rscloc.exe"} }