{
  "name": "komoji",
  "version": "0.9.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "the tiny case transformer — effortlessly transform strings between naming conventions",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/dev-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/dev-utils/issues"
  },
  "scripts": {
    "copy": "makage assets",
    "clean": "makage clean",
    "prepublishOnly": "npm run build",
    "build": "makage build",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "makage": "0.1.10"
  },
  "keywords": [
    "case",
    "camelCase",
    "PascalCase",
    "kebab-case",
    "snake_case",
    "naming",
    "conventions",
    "transform",
    "convert",
    "string",
    "identifier",
    "codegen",
    "utility"
  ],
  "gitHead": "db30bc2755067006e1d6b6e36e84312a3953f033"
}
