less-watcher/package.json

21 lines
481 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-29 22:59:59 +00:00
"version": "1.0.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 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"
}
}