{
	"name": "direct-deep-map",
	"version": "0.2.0",
	"description": "Deep map values in a tree directly on the desired places, with strong TypeScript support.",
	"license": "MIT",
	"repository": "papb/direct-deep-map",
	"author": {
		"name": "Pedro Augusto de Paula Barbosa",
		"email": "papb1996@gmail.com"
	},
	"engines": {
		"node": ">=12.22"
	},
	"scripts": {
		"build": "del-cli dist && tsc",
		"prepack": "npm run build",
		"release": "npm run build && np --no-yarn --no-2fa --no-cleanup",
		"lint": "tsc --noEmit && eslint . --max-warnings 0 && prettier --check .",
		"prettier": "prettier --write .",
		"test": "npm run lint && npm run build && ava"
	},
	"main": "dist/source",
	"types": "dist/source",
	"files": [
		"dist/source",
		"!*.map"
	],
	"keywords": [
		"tree",
		"map",
		"transform",
		"mapping",
		"deep",
		"nested",
		"prop",
		"property",
		"object",
		"array",
		"typescript"
	],
	"dependencies": {
		"is-plain-obj": "^3.0.0"
	},
	"devDependencies": {
		"@ava/typescript": "^1.1.1",
		"@papb/assorted-ts-utils": "^2.0.0",
		"@papb/linter": "^0.1.0",
		"@types/lodash.clonedeep": "^4.5.6",
		"@types/node": "^12",
		"ava": "^3.15.0",
		"del-cli": "^3.0.1",
		"eslint": "^8.7.0",
		"expect-type": "^0.13.0",
		"json5": "^2.2.0",
		"lodash.clonedeep": "^4.5.0",
		"np": "^7.6.0",
		"prettier": "^2.5.1",
		"source-map-support": "^0.5.21",
		"typescript": "~4.5.5"
	}
}
