{
  "name": "@jahed/bem",
  "version": "1.2.12",
  "description": "Functions for using BEM in CSS.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "es",
    "docs"
  ],
  "sideEffects": false,
  "author": "Jahed Ahmed",
  "license": "MIT",
  "repository": "https://github.com/jahed/bem",
  "scripts": {
    "lint": "tslint --project tsconfig.json",
    "test": "jest",
    "build:lib": "rimraf lib && tsc",
    "build:es": "rimraf es && tsc --outDir ./es/ --target es6 --module es6",
    "build:docs": "rimraf docs && typedoc --theme default --out docs --mode file",
    "push:git": "git push --follow-tags",
    "push:docs": "bash -i ./publish-docs.sh",
    "ready": "yarn lint && yarn test && yarn build:lib && yarn build:es && yarn build:docs",
    "deploy": "yarn ready && yarn publish && yarn push:git && yarn push:docs",
    "deps": "yarn upgrade-interactive --latest && yarn upgrade && git add yarn.lock '*package.json' && git commit -m 'build(deps): upgrade dependencies'"
  },
  "devDependencies": {
    "@types/jest": "25.2.1",
    "@types/node": "12.6.2",
    "jest": "25.5.3",
    "rimraf": "3.0.2",
    "ts-jest": "25.4.0",
    "tslint": "6.1.2",
    "tslint-config-standard": "9.0.0",
    "typedoc": "0.17.6",
    "typescript": "3.8.3"
  },
  "keywords": [
    "bem",
    "css",
    "class",
    "classnames",
    "utils",
    "utilities",
    "generator",
    "modules"
  ]
}
