{
	"name": "node-stockfish",
	"version": "0.1.2",
	"description": "",
	"main": "index.js",
	"scripts": {
		"postinstall": "tsc && /bin/sh install-stockfish.sh",
		"start": "node index.js"
	},
	"keywords": [],
	"author": "Iannis de Zwart",
	"license": "ISC",
	"type": "module",
	"dependencies": {
		"@types/node": "^17.0.33"
	}
}
