{
	"name": "typed-binary-json",
	"version": "1.21.2",
	"description": "A TBJSON parser and serializer.",
	"homepage": "https://github.com/obsius/typed-binary-json",
	"author": "Jeff Seaman <mr.jeffrey.seaman@gmail.com> (obsius.net)",
	"license": "MIT",
	"main": "lib/index.js",
	"files": [
		"/lib"
	],
	"scripts": {
		"prepare": "rollup --bundleConfigAsCjs -c",
		"start": "nodemon --inspect dev.js --exec babel-node",
		"benchmarks": "babel-node benchmarks.js",
		"test": "babel-node test"
	},
	"devDependencies": {
		"@babel/core": "^7.26.0",
		"@babel/node": "^7.26.0",
		"@babel/plugin-proposal-class-properties": "^7.18.6",
		"@babel/preset-env": "^7.26.0",
		"@rollup/plugin-babel": "^6.0.4",
		"nodemon": "^3.1.7",
		"rollup": "^4.28.0"
	},
	"babel": {
		"plugins": [
			"@babel/plugin-proposal-class-properties"
		],
		"presets": [
			[
				"@babel/preset-env",
				{
					"targets": {
						"node": "current"
					}
				}
			]
		]
	},
	"keywords": [
		"json",
		"binary",
		"typed",
		"parser",
		"serializer"
	]
}
