This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
sass
Archived
1
0
Fork 0
sass/package.json

33 lines
579 B
JSON

{
"name": "@bytedo/sass",
"version": "1.58.3",
"description": "sass的精简版",
"author": "yutent <yutent.io@gmail.com>",
"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"build": "node ./update.js"
},
"keywords": [
"sass",
"scss",
"node-sass",
"node-scss"
],
"repository": {
"type": "git",
"url": "https://github.com/bytedo/sass.git"
},
"dependencies": {
"immutable": "^4.0.0"
},
"devDependencies": {
"esbuild": "^0.17.8",
"iofs": "^1.5.3"
},
"engines": {
"node": ">=12.0.0"
}
}
sass的精简版, 移除chokidar依赖, 其他不作任何修改, 适用于有体积要求, 又不需要chokidar的场景。
JavaScript 100%