| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@douyinfe/semi-scss-compile",
- "version": "2.1.3",
- "description": "compile semi scss to css",
- "author": "[email protected]",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "bin": {
- "semi-build-scss": "lib/bin.js"
- },
- "files": [
- "lib",
- "src"
- ],
- "keywords": [
- "semi-scss-compiler",
- "scss"
- ],
- "scripts": {
- "build:lib": "rimraf lib && tsc",
- "prepublishOnly": "npm run build:lib"
- },
- "dependencies": {
- "arg": "^5.0.1",
- "fs-extra": "^8.1.0",
- "lodash": "^4.17.21",
- "sass": "^1.43.4"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.176",
- "@types/sass": "^1.43.0",
- "rimraf": "^3.0.2",
- "typescript": "^4.4.4"
- }
- }
|