@stencil/sass
Version:
The Stencil Sass Plugin
71 lines (70 loc) • 1.8 kB
JSON
{
"name": "@stencil/sass",
"version": "3.2.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"files": [
"dist/"
],
"scripts": {
"prebuild": "rimraf ./dist",
"prettier": "npm run prettier.base -- --write",
"prettier.base": "prettier --cache 'src/**/*.ts'",
"prettier.dry-run": "npm run prettier.base -- --list-different",
"build": "npm run prebuild && npm run rollup",
"watch": "npm run rollup -- --watch",
"rollup": "rollup -c rollup.config.mjs",
"version": "npm run build",
"release": "np",
"test": "jest",
"test.ci": "npm run test && npm run prettier.dry-run",
"test.watch": "jest --watch"
},
"dependencies": {
"sass-embedded": "^1.85.1"
},
"peerDependencies": {
"@stencil/core": ">=2.0.0 || >=3.0.0-beta.0 || >= 4.0.0-beta.0 || >= 4.0.0"
},
"devDependencies": {
"@ionic/prettier-config": "^4.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@stencil/core": "^4.27.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.8",
"jest": "^29.7.0",
"np": "^10.2.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"rollup": "^4.34.9",
"terser": "^5.39.0",
"ts-jest": "^29.2.6",
"typescript": "~5.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stenciljs/sass.git"
},
"author": "Ionic Team",
"homepage": "https://stenciljs.com/",
"description": "The Stencil Sass Plugin",
"keywords": [
"stencil",
"sass"
],
"jest": {
"preset": "ts-jest"
},
"prettier": "@ionic/prettier-config",
"volta": {
"node": "20.15.1",
"npm": "10.8.3"
}
}