less-watcher/package.json

27 lines
598 B
JSON
Raw Normal View History

2023-07-29 22:18:34 +00:00
{
2023-07-29 22:28:14 +00:00
"name": "lessc-watcher",
2023-09-30 18:39:11 +00:00
"version": "1.2.2",
2023-07-29 22:18:34 +00:00
"description": "A minimal package to watch less files and compile them to css",
"main": "dist/index.js",
2023-07-29 23:28:54 +00:00
"bin": {
"lessc-watcher": "./dist/index.js"
},
2023-07-29 22:29:51 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/BenjaminToby/less-watcher.git"
},
2023-07-29 22:18:34 +00:00
"keywords": [
"less",
"watcher",
"css"
],
"author": "Benjamin Toby",
2023-08-04 11:19:46 +00:00
"license": "MIT",
2023-07-29 22:18:34 +00:00
"devDependencies": {
"@types/node": "^20.4.5"
2023-09-30 18:39:11 +00:00
},
"dependencies": {
"less": "^4.2.0"
2023-07-29 22:18:34 +00:00
}
}