{ "name": "Shellr", "version": "0.1.0", "description": "This is a basic linux shell using rust programming langugae inspired from codecrafters", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "keywords": [], "author": "Belkacem Yerfa", "license": "MIT", "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }