{
	"version": "2.197.0",
	"name": "@sjcrh/proteinpaint-rust",
	"type": "module",
	"description": "Rust-based utilities for proteinpaint",
	"main": "index.js",
	"bin": {
		"proteinpaint-rust": "index.js"
	},
	"scripts": {
		"dev": "cargo build --release",
		"build": "cargo build --release",
		"postinstall": "if [ ! -d ./test ] & [ ! -d ./target/release ]; then node ./downloadBinariesOrCompileSource.js; fi",
		"test": "tape **/test/*.spec.js",
		"test:unit": "tape **/test/*.unit.spec.js",
		"test:integration": "echo 'TODO: rust integration tests'"
	},
	"author": "Robin Paul",
	"license": "SEE LICENSE IN ./LICENSE",
	"repository": {
		"type": "git",
		"url": "https://github.com/stjude/proteinpaint.git",
		"directory": "rust"
	},
	"files": [
		"index.js",
		"Cargo.toml",
		"src",
		"downloadBinariesOrCompileSource.js",
		"LICENSE/*"
	],
	"bugs": {
		"url": "https://github.com/stjude/proteinpaint"
	},
	"homepage": "https://github.com/stjude/proteinpaint#readme",
	"dependencies": {
		"tar": "^7.1.0"
	},
	"devDependencies": {
		"tape": "^5.2.2"
	},
	"pp_release_tag": "v2.128.1"
}
