{
	"name": "@pnpm/read-importer-manifest",
	"version": "2.0.1",
	"description": "Read an importer manifest (called package.json in most cases)",
	"main": "lib/index.js",
	"typings": "lib/index.d.ts",
	"engines": {
		"node": ">=10"
	},
	"files": [
		"lib"
	],
	"scripts": {
		"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
		"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
		"prepublishOnly": "pnpm run tsc",
		"tsc": "tsc"
	},
	"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-importer-manifest",
	"keywords": [
		"pnpm",
		"outdated"
	],
	"author": {
		"name": "Zoltan Kochan",
		"email": "z@kochan.io",
		"url": "https://www.kochan.io/",
		"twitter": "ZoltanKochan"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/pnpm/pnpm/issues"
	},
	"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-importer-manifest#readme",
	"dependencies": {
		"@pnpm/error": "1.0.0",
		"@pnpm/types": "^4.0.0",
		"@pnpm/write-importer-manifest": "4.0.0",
		"detect-indent": "6.0.0",
		"fast-deep-equal": "3.1.1",
		"graceful-fs": "4.2.1",
		"is-windows": "1.0.2",
		"json5": "2.1.1",
		"parse-json": "5.0.0",
		"read-yaml-file": "1.1.0",
		"sort-keys": "4.0.0",
		"strip-bom": "4.0.0"
	},
	"devDependencies": {
		"@pnpm/read-importer-manifest": "link:",
		"@types/graceful-fs": "4.1.3",
		"@types/is-windows": "^1.0.0",
		"@types/json5": "0.0.30",
		"@types/parse-json": "4.0.0",
		"tape": "4.11.0",
		"tempy": "0.3.0"
	}
}
