{
  "name": "text-constant-case",
  "version": "1.2.4",
  "description": "Convert into upper case text with an underscore between words",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist.es2015/index.js",
  "sideEffects": false,
  "jsnext:main": "dist.es2015/index.js",
  "files": [
    "dist/",
    "dist.es2015/"
  ],
  "scripts": {
    "lint": "tslint \"src/**/*\" --project tsconfig.json",
    "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
    "specs": "jest --coverage",
    "test": "pnpm run build && pnpm run lint && pnpm run specs",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "tsc --noEmit --watch",
    "size": "size-limit",
    "prepare": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/idimetrix/text-case"
  },
  "keywords": [
    "case",
    "constant",
    "constantcase",
    "constant-case",
    "upper",
    "uppercase",
    "upper-case",
    "underscore",
    "convert",
    "transform"
  ],
  "author": {
    "name": "Dmitry Selikhov",
    "email": "selikhov.dmitrey@gmail.com",
    "url": "https://www.linkedin.com/in/dimetrix"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/idimetrix/text-case/issues",
    "email": "selikhov.dmitrey@gmail.com"
  },
  "homepage": "https://github.com/idimetrix/text-case/tree/master/packages/constant-case#readme",
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "650 B"
    }
  ],
  "jest": {
    "roots": [
      "<rootDir>/src/"
    ],
    "transform": {
      "\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "text-no-case": "1.2.4",
    "text-upper-case": "1.2.4"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^11.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.29",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.3.4",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^9.0.0",
    "typescript": "^5.8.3"
  },
  "gitHead": "35a0e55a859b6be8534dafe0c7283446e988a12d"
}
