{ "name": "lessc-watcher", "version": "1.2.0", "description": "A minimal package to watch less files and compile them to css", "main": "dist/index.js", "bin": { "lessc-watcher": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/BenjaminToby/less-watcher.git" }, "keywords": [ "less", "watcher", "css" ], "author": "Benjamin Toby", "license": "MIT", "devDependencies": { "@types/node": "^20.4.5" } }