@neumatter/to-camel-case
Version:
Module for converting strings, arrays, and object keys to camelCase.
42 lines (41 loc) • 789 B
JSON
{
"name": "@neumatter/to-camel-case",
"version": "1.0.1",
"description": "Module for converting strings, arrays, and object keys to camelCase.",
"type": "module",
"author": "Cal Young",
"keywords": [
"toCamelCase",
"camel-case",
"to-camel-case",
"camelCase",
"nodejs",
"string",
"javascript",
"node"
],
"main": "./index.cjs",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"types": "./types/index.d.ts",
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"standard": "^16.0.4"
},
"dependencies": {
"@neumatter/is": "^1.0.0"
},
"babel": {
"targets": {
"node": "16"
}
},
"standard": {
"parser": "@babel/eslint-parser",
"ignore": [
"/types"
]
}
}