@bem-plus/class-generator
Version:
The `@bem-plus/class-generator` allows you to generate boilerplate JavaScript or TypeScript code from your Stylesheets.
54 lines (53 loc) • 1.23 kB
JSON
{
"name": "@bem-plus/class-generator",
"version": "2.0.8",
"description": "",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"BEM",
"CSS",
"SCSS",
"Sass",
"generator",
"webpack",
"node",
"typescript",
"ts",
"oop",
"object-oriented",
"class"
],
"scripts": {
"build": "rspack build & tsc --emitDeclarationOnly"
},
"files": [
"dist/*",
"./src/module.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stefanbaumeler/bem-plus.git"
},
"author": "Stefan Baumeler",
"bugs": {
"url": "https://github.com/stefanbaumeler/bem-plus/issues"
},
"homepage": "https://github.com/stefanbaumeler/bem-plus#readme",
"exports": {
".": "./dist/index.js",
"./module": "./src/module.ts"
},
"devDependencies": {
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"ts-loader": "^9.5.1"
},
"dependencies": {
"colors": "^1.4.0",
"glob": "^11.1.0",
"zod": "^3.23.8"
}
}