{ "name": "postcss-node-sass", "version": "3.1.4", "description": "A PostCSS plugin to parse styles with node-sass", "main": "index.js", "license": "MIT", "repository": "https://github.com/arpadHegedus/postcss-node-sass.git", "homepage": "https://github.com/arpadHegedus/postcss-node-sass#readme", "bugs": "https://github.com/arpadHegedus/postcss-node-sass/issues", "keywords": [ "sass", "postcss", "postcss-plugin", "node-sass", "preprocessor", "libsass", "parse", "plugin", "scss", "css", "style" ], "author": { "name": "Arpad Hegedus", "email": "hegedus.arpad@gmail.com", "web": "http://arpadhegedus.com" }, "contributors": [ { "name": "Arpad Hegedus", "email": "hegedus.arpad@gmail.com", "web": "http://arpadhegedus.com" }, { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com", "web": "https://jonathantneal.github.io" } ], "maintainers": [ { "name": "Arpad Hegedus", "email": "hegedus.arpad@gmail.com", "web": "http://arpadhegedus.com" } ], "engines": { "node": ">=10.0.0 <23.0.0" }, "scripts": { "test": "jest" }, "eslintConfig": { "extends": "eslint-config-postcss/es5", "env": { "jest": true } }, "jest": { "testURL": "http://localhost" }, "dependencies": { "merge-source-map": "^1.1.0", "node-sass": "^6.0.1" }, "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.9.0", "eslint-config-postcss": "^3.0.6", "jest": "^23.6.0", "postcss": "^8.2.7" }, "peerDependencies": { "postcss": "^8.x.x" } }