{
"name": "@atom/ls-plus",
"version": "0.0.1",
"description": "Enhanced ls command with modern features",
"main": "index.js",
"bin": {
"lsp": "./bin/lsp"
},
"scripts": {
"install": "node install.js",
"postinstall": "node install.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cargo build --release",
"dev": "cargo run"
},
"keywords": [
"cli",
"ls",
"directory",
"filesystem",
"terminal",
"command-line"
],
"author": "paulchess <paulchess@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oppenheimor/ls-plus.git"
},
"homepage": "https://github.com/oppenheimor/ls-plus",
"bugs": {
"url": "https://github.com/oppenheimor/ls-plus/issues"
},
"files": [
"bin/",
"install.js",
"index.js",
"README.md",
"Cargo.toml",
"src/"
],
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}