UNPKG

komoji

Version:

the tiny case transformer — effortlessly transform strings between naming conventions

51 lines (50 loc) 1.17 kB
{ "name": "komoji", "version": "0.7.9", "author": "Dan Lynch <pyramation@gmail.com>", "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/hyperweb-io/dev-utils", "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" }, "repository": { "type": "git", "url": "https://github.com/hyperweb-io/dev-utils" }, "bugs": { "url": "https://github.com/hyperweb-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.8" }, "keywords": [ "case", "camelCase", "PascalCase", "kebab-case", "snake_case", "naming", "conventions", "transform", "convert", "string", "identifier", "codegen", "utility" ], "gitHead": "872fb2ae9f7e3d541e94271c26099bd85d5237d2" }