less-watcher/package.json
2025-01-16 07:21:31 +01:00

30 lines
617 B
JSON

{
"name": "lessc-watcher",
"version": "1.2.2",
"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",
"@types/bun": "latest"
},
"dependencies": {
"less": "^4.2.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}