24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"name": "lessc-watcher",
|
|
"version": "1.0.8",
|
|
"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": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.5"
|
|
}
|
|
}
|