@kristiandupont/recase
Version:
Change and detect the casing of a string.
22 lines (21 loc) • 444 B
JSON
{
"name": "@kristiandupont/recase",
"version": "1.4.1",
"main": "index.js",
"types": "index.d.ts",
"repository": "git@github.com:kristiandupont/recase.git",
"author": "Kristian Dupont <kristian@kristiandupont.com>",
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"test": "vitest run"
},
"dependencies": {
"ramda": "^0.30.0"
},
"devDependencies": {
"@kristiandupont/dev-deps": "^2.5.0"
}
}