{ "name": "@fomantic/rework", "version": "2.1.0", "description": "Plugin framework for CSS preprocessing", "main": "index", "files": [ "index.js" ], "dependencies": { "@adobe/css-tools": "4.2.0" }, "devDependencies": { "mocha": "^9.2.2", "should": "^13.2.3" }, "scripts": { "test": "mocha --require should --reporter spec" }, "keywords": [ "css", "manipulation", "preprocess", "transform", "server" ], "author": "TJ Holowaychuk ", "repository": { "type": "git", "url": "git://github.com/fomantic/rework.git" }, "license": "MIT" }