bem-cn
Version:
Friendly BEM class names generator, greate for React
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "bem-cn",
"version": "3.0.1",
"description": "Friendly BEM class names generator, greate for React",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"test": "mocha src/**/*.spec.ts",
"clean": "rm -rf ./lib",
"build": "yarn run clean && NODE_ENV=production webpack --config webpack.config.js",
"build-dev": "yarn run clean && tsc -p . --outDir ./lib --module umd",
"prepublish": "yarn run build",
"format": "prettier --write 'src/**/*.{ts,tsx}'"
},
"repository": {
"type": "git",
"url": "https://github.com/albburtsev/bem-cn.git"
},
"keywords": [
"BEM",
"React",
"class",
"classname",
"block",
"element",
"modifier"
],
"author": {
"name": "Alexander Burtsev",
"url": "https://github.com/albburtsev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/albburtsev/bem-cn/issues"
},
"homepage": "https://github.com/albburtsev/bem-cn",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/should": "^13.0.0",
"lodash": "^4.12.0",
"mocha": "^5.2.0",
"prettier": "^1.13.7",
"should": "^5.2.0",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.0",
"typescript": "^2.9.2",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {}
}