{ "name": "csso-cli", "version": "3.0.0", "description": "Command line interface for CSSO", "repository": "css/csso-cli", "license": "MIT", "author": "Roman Dvornov (https://github.com/lahmatiy)", "keywords": [ "cli", "css", "minifier", "minify", "compress", "optimisation" ], "bin": { "csso": "./bin/csso" }, "main": "./index", "engines": { "node": ">=8.0.0" }, "scripts": { "test": "mocha --reporter dot", "codestyle": "eslint bin/* test index.js", "codestyle-and-test": "npm run codestyle && npm test", "travis": "npm run codestyle-and-test" }, "dependencies": { "chokidar": "^3.0.0", "clap": "^1.0.9", "csso": "^4.0.1", "source-map": "^0.6.1" }, "devDependencies": { "eslint": "^5.11.0", "mocha": "^5.2.0" }, "files": [ "bin", "index.js" ] }