object-property-extractor
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "object-property-extractor", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A lightweight (no dependencies) tool to extract deeply nested values from JS Objects (or Arrays), with optional Fallback.", | ||
@@ -16,2 +16,3 @@ "main": "build/extract.js", | ||
"test": "jest", | ||
"dev": "ts-node ./src/dev/dev.ts", | ||
"build": "rimraf ./build && tsc" | ||
@@ -18,0 +19,0 @@ }, |
40919