@lmcd/gulp-dartsass
Version:
Sass-wrapper for Gulp with support for the modern Dart Sass APIs.
63 lines (62 loc) • 1.33 kB
JSON
{
"name": "@lmcd/gulp-dartsass",
"version": "0.2.0-rc.0",
"description": "Sass-wrapper for Gulp with support for the modern Dart Sass APIs.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint --fix"
},
"engines": {
"node": ">=16"
},
"files": [
"README.md",
"LICENSE",
"index.js"
],
"keywords": [
"gulpplugin",
"sass",
"gulp",
"gulp-sass",
"css",
"scss"
],
"bugs": {
"url": "https://github.com/lachlanmcdonald/gulp-dartsass/issues"
},
"author": {
"name": "Lachlan McDonald",
"url": "https://github.com/lachlanmcdonald"
},
"homepage": "https://github.com/lachlanmcdonald/gulp-dartsass",
"repository": {
"type": "git",
"url": "https://github.com/lachlanmcdonald/gulp-dartsass.git"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.22.0",
"@lmcd/eslint-config": "^0.7.0",
"@stylistic/eslint-plugin": "^4.2.0",
"chalk": "^5.4.1",
"eslint": "^9.22.0",
"eslint-plugin-jest": "^28.11.0",
"globals": "^16.0.0",
"gulp": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"jest": "^29.7.0",
"jest-light-runner": "^0.6.0",
"sass": "^1.85.1",
"vinyl": "^3.0.0"
},
"dependencies": {
"plugin-error": "^2.0.1",
"replace-ext": "^2.0.0",
"through2": "^4.0.2",
"vinyl-sourcemaps-apply": "^0.2.1"
}
}