We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4f659 commit c877f86Copy full SHA for c877f86
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "json-object-keys",
3
- "version": "0.1.0",
4
- "description": "",
+ "version": "0.1.0-dev",
+ "description": "Manage complex object keys in depth",
5
"author": {
6
"name": "João Paulo Moraes",
7
"email": "[email protected]",
@@ -37,7 +37,14 @@
37
"test:watch": "jest --watch --maxWorkers=25%",
38
"test:ci": "jest --runInBand"
39
},
40
- "keywords": [],
+ "keywords": [
41
+ "json",
42
+ "objects",
43
+ "keys",
44
+ "values",
45
+ "remove",
46
+ "replace"
47
+ ],
48
"license": "MIT",
49
"devDependencies": {
50
"@babel/preset-typescript": "^7.21.0",
0 commit comments