2-camel-case
Version:
library for converting an object or array to the camelcase style
26 lines (25 loc) • 628 B
JSON
{
"name": "2-camel-case",
"version": "1.1.0",
"description": "library for converting an object or array to the camelcase style",
"repository": "https://github.com/sovarim/2-camel-case",
"main": "index.js",
"license": "MIT",
"type": "module",
"keywords": [
"camelcase",
"to-camel-case",
"2-camel-case",
"object-to-camel-case",
"array-to-camel-case"
],
"dependencies": {
"camelcase": "^6.3.0",
"snake-case": "^3.0.4"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}