UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

60 lines (59 loc) 1.66 kB
{ "//": [ "THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js", "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/style-compiler", "version": "9.1.1", "description": "Transform style sheet to be consumed by the LWC engine", "keywords": [ "lwc" ], "homepage": "https://lwc.dev", "repository": { "type": "git", "url": "https://github.com/salesforce/lwc.git", "directory": "packages/@lwc/style-compiler" }, "bugs": { "url": "https://github.com/salesforce/lwc/issues" }, "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "engines": { "node": ">=16.6.0" }, "volta": { "extends": "../../../package.json" }, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.cjs", "dist/**/*.d.ts" ], "scripts": { "build": "rollup --config ../../../scripts/rollup/rollup.config.js", "dev": "rollup --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen" }, "nx": { "targets": { "build": { "outputs": [ "{projectRoot}/dist" ] } } }, "dependencies": { "@lwc/shared": "9.1.1", "postcss": "~8.5.8", "postcss-selector-parser": "~7.1.1", "postcss-value-parser": "~4.2.0" } }