{
	"name": "@inrixia/threads",
	"version": "3.5.1",
	"description": "Node threading library",
	"scripts": {
		"test": "tsc && node ./dist/tests/testRunner.js",
		"tsc": "tsc && copy /Y package.json dist && copy /Y .npmignore dist",
		"send": "npm run tsc && cd ./dist && npm publish",
		"send-dry": "npm run tsc && cd ./dist && npm publish --dry-run"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Inrixia/threads.git"
	},
	"author": "Inrix",
	"license": "SEE LICENSE IN LICENSE",
	"bugs": {
		"url": "https://github.com/Inrixia/threads/issues"
	},
	"homepage": "https://github.com/Inrixia/threads#readme",
	"devDependencies": {
		"@types/jest": "^27.0.2",
		"@types/node": "^16.11.1",
		"@typescript-eslint/eslint-plugin": "^5.1.0",
		"@typescript-eslint/parser": "^5.1.0",
		"jest": "^27.3.1",
		"ts-jest": "^27.0.7",
		"typescript": "^4.4.4"
	},
	"dependencies": {
		"tiny-typed-emitter": "^2.1.0"
	}
}
