UNPKG

@gtechdoodler/bem-it

Version:

A BEM util to help with consistent element class naming in components.

42 lines (41 loc) 1.03 kB
{ "name": "@gtechdoodler/bem-it", "version": "3.0.2", "description": "A BEM util to help with consistent element class naming in components.", "main": "dist/bem-it.min.js", "types": "dist/bem-it.d.ts", "scripts": { "compile:ts": "tsc", "prebuild": "rimraf ./dist", "build": "npm run compile:ts", "postbuild": "npm run uglify", "uglify": "uglifyjs ./dist/bem-it.js -mc -o ./dist/bem-it.min.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/sourcefunk/npm-utils.git" }, "keywords": [ "BEM", "class", "className", "block", "element", "modifier", "bemit", "gtechdoodler", "sourcefunk" ], "author": "Mark Graham (gtechdoodler)", "license": "MIT", "bugs": { "url": "https://github.com/sourcefunk/npm-utils/issues" }, "homepage": "https://github.com/sourcefunk/npm-utils#readme", "devDependencies": { "copyfiles": "^2.4.1", "rimraf": "^3.0.2", "uglify-js": "^3.12.5" } }