@stencil/sass
Version:
The Stencil Sass Plugin
69 lines (68 loc) • 1.77 kB
JSON
{
"name": "@stencil/sass",
"version": "3.0.12",
"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"
},
"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": "^15.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@stencil/core": "^4.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.2.0",
"jest": "^29.0.0",
"np": "^10.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"rollup": "^4.0.0",
"sass": "^1.58.3",
"terser": "^5.3.8",
"ts-jest": "^29.0.0",
"typescript": "~5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-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.12.2",
"npm": "10.5.2"
}
}