{
	"name": "otorp",
	"version": "0.0.0",
	"author": "sheetjs",
	"description": "Recover protobuf definitions from Mach-O binaries",
	"bin": {
		"otorp": "dump_macho_proto_defs.node.js"
	},
	"main": "index.node.js",
	"dependencies": {
	},
	"devDependencies": {
		"esbuild": "0.14.14"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/SheetJS/sheetjs.git"
	},
	"scripts": {
		"build": "make"
	},
	"homepage": "https://sheetjs.com/",
	"files": ["index.node.js", "dump_macho_proto_defs.node.js", "LICENSE", "README.md"],
	"bugs": {
		"url": "https://github.com/SheetJS/sheetjs/issues"
	},
	"license": "Apache-2.0",
	"engines": {
		"node": ">=0.8"
	}
}