{
  "name": "clsregister",
  "title": "ClassName Register",
  "version": "1.1.6",
  "keywords": [
    "ClassName",
    "css",
    "BEM",
    "style",
    "react",
    "components",
    "react",
    "react-component"
  ],
  "description": "通过配置来生成符合“姓氏命名法”的className对象",
  "main": "./src/index.js",
  "scripts": {
    "test": "jest"
  },
  "bin": {
    "clsregister": "./bin/clsregister.js"
  },
  "bugs": {
    "url": "https://github.com/CraiGZero/clsregister/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CraiGZero/clsregister"
  },
  "author": "CraiG",
  "license": "ISC",
  "dependencies": {
    "camelcase": "^6.2.0",
    "jest": "^26.6.3"
  }
}
