@yokgs/dyescript-light
Version:
Command Line Interface of lightweight (& pre-published) version of @yokgs/DyeScript
32 lines (31 loc) • 750 B
JSON
{
"name": "@yokgs/dyescript-light",
"version": "0.2.0",
"description": "Command Line Interface of lightweight (& pre-published) version of @yokgs/DyeScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"command-line-tool",
"css-preprocessor",
"css-variables"
],
"author": "Yazid Slila",
"license": "Apache 2.0",
"bin": {
"dyec": "./index.js"
},
"bugs": {
"url": "https://github.com/yokgs/DyeScript-Light/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/yokgs/DyeScript-Light.git"
},
"dependencies": {
"@yokgs/bluedyejs": "^2.2.0",
"yargs": "^17.7.1"
}
}