less-watcher/package.json

24 lines
544 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-07-30 06:15:40 +00:00
"version": "1.1.4",
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",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.4.5"
}
}