less-watcher/package.json
2023-09-01 12:32:35 +01:00

24 lines
544 B
JSON

{
"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"
}
}