{
	"name": "pinus-rpc",
	"version": "1.7.4",
	"main": "./dist/index",
	"types": "./lib/index",
	"files": [
		"dist",
		"lib",
		"test",
		"sample",
		"index.ts"
	],
	"scripts": {
		"build": "tsc",
		"start": "yarn run build && node dist/index",
		"lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts sample/**/*.ts",
		"fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts sample/**/*.ts --fix",
		"test": "yarn run build",
		"cov": "nyc mocha",
		"ci": "yarn run test",
		"gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/pinus-rpc lib/"
	},
	"dependencies": {
		"async": "^3.0.0",
		"bearcat-buffer": "^0.1.x",
		"bluebird": "^3.5.1",
		"crc": "^4.3.2",
		"mqtt-connection": "^4.1.0",
		"pinus-loader": "^1.7.4",
		"pinus-logger": "^1.7.4",
		"socket.io": "^4.1.3",
		"source-map-support": "^0.5.0",
		"stream-pkg": "0.0.5",
		"uuid": "^10.0.0",
		"ws": "^8.12.0"
	},
	"devDependencies": {
		"@types/async": "^3.0.0",
		"@types/bluebird": "^3.5.19",
		"@types/crc": "^3.4.0",
		"@types/node": "^12.20.41",
		"@types/uuid": "^10.0.0",
		"@types/ws": "^8.5.4",
		"mocha": "10.3.0",
		"should": "13.2.3",
		"tslint": "6.1.3",
		"typescript": "^4.3.5"
	},
	"gitHead": "07541bb4cbe3936921a7cafcf7de65182a75d360"
}
