UNPKG

@badass-team-code/formatted-cases-words

Version:
41 lines (40 loc) 1.03 kB
{ "name": "@badass-team-code/formatted-cases-words", "version": "1.0.0", "description": "Snake and camel case formatter", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/badassteamcode/formatted-cases-words.git" }, "author": "Lucas Santos, Jean Cigoli e Davi Soares", "license": "MIT", "keywords": [ "snake", "camel", "snakecase", "camelcase", "camel-case", "snake-case", "convert", "text", "string", "underscore", "separator" ], "homepage": "https://github.com/badassteamcode/formatted-cases-words#readme", "bugs": { "url": "https://github.com/badassteamcode/formatted-cases-words/issues" }, "scripts": { "prebuild": "rimraf dist", "build": "tsc --declaration", "prepublish": "yarn build", "server:dev": "tsnd --transpile-only --ignore-watch node_modules src/main/server.ts" }, "devDependencies": { "ts-node-dev": "^1.1.8", "typescript": "^4.4.3" } }