UNPKG

esbuild-scss-modules-plugin

Version:
48 lines (47 loc) 1.09 kB
{ "name": "esbuild-scss-modules-plugin", "version": "1.1.1", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ictrobot/esbuild-scss-modules-plugin.git" }, "keywords": [ "esbuild", "plugin", "scss", "css modules" ], "author": "ictrobot", "license": "MIT", "bugs": { "url": "https://github.com/ictrobot/esbuild-scss-modules-plugin/issues" }, "homepage": "https://github.com/ictrobot/esbuild-scss-modules-plugin#readme", "description": "", "dependencies": { "postcss": "^8.3.5", "postcss-modules": "^4.1.3", "sass": "^1.35.2" }, "peerDependencies": { "cssnano": "~5.0.6" }, "devDependencies": { "@types/node": "^16.3.1", "@types/sass": "^1.16.1", "esbuild": "^0.12.15", "ts-node": "^10.1.0", "typescript": "^4.3.5" }, "files": [ "index.js", "index.ts", "index.d.ts", "tsconfig.json" ] }