{
	"name": "@imjano/get_object_in_object",
	"version": "1.0.1",
	"description": "Through a dot-separated path (example: 'subObject.foo.bar') you can find an object inside another parent object.",
	"main": "module/index.js",
	"scripts": {
		"build": "tsc",
		"test": "jest"
	},
	"types": "module/index.d.ts",
	"devDependencies": {
		"@types/jest": "^29.5.1",
		"jest": "^29.5.0",
		"ts-jest": "^29.1.0",
		"typescript": "^5.0.4"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/imthejano/get_object_in_object.npm.ts.git"
	},
	"bugs": {
		"url": "https://github.com/imthejano/get_object_in_object.npm.ts.git/issues"
	},
	"keywords": [
		"object",
		"path to get object",
		"getObjects",
		"imjano"
	],
	"author": "Alejandro Garcia <imjano@outlook.com>",
	"license": "ISC"
}
