{ "name": "mokha-scss", "version": "1.0.0", "description": "", "main": "index.scss", "style": "mokha-scss/css/mokha.css", "scripts": { "build": "yarn build:clean && yarn build:scss", "build:clean": "rm -fr css", "build:scss": "node-sass --include-path node_modules --output-style expanded --source-map true index.scss css/mokha.css", "build:watch": "yarn build:scss --watch", "prepublishOnly": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/mokhan/mokha-scss.git" }, "author": "mokha", "license": "MIT", "bugs": { "url": "https://github.com/mokhan/mokha-scss/issues" }, "homepage": "https://github.com/mokhan/mokha-scss#readme", "devDependencies": { "node-sass": "^4.11.0" }, "dependencies": { "bourbon-neat": "^3.0.0", "minireset.css": "^0.0.3" } }