{
	"name": "gravwell",
	"version": "4.0.1",
	"description": "",
	"main": "dist/node/main.js",
	"browser": "dist/browsers/main.js",
	"types": "dist/browsers/main.d.ts",
	"scripts": {
		"test": "npm run test:node && npm run test:browsers && npm run test:ts-compatibility",
		"test:browsers": "scripts/test-browsers",
		"test:node": "scripts/test-node",
		"test:ts-compatibility": "scripts/test-typescript-compatibility",
		"build": "scripts/build",
		"build:browsers": "scripts/build --browsersOnly",
		"build:node": "scripts/build --nodeOnly",
		"build:tests": "scripts/build --tests --assets",
		"lint": "scripts/lint",
		"format": "scripts/format",
		"prepublishOnly": "npm ci && npm run format && npm run lint && npm run build",
		"start:docs": "npm run generate:docs && npm run launch:server:docs",
		"generate:docs": "npx ts-node ./docs-generator/main.ts",
		"launch:server:docs": "http-server ./docs"
	},
	"keywords": [
		"Gravwell",
		"client",
		"API",
		"SDK",
		"Node",
		"browser",
		"typescript"
	],
	"author": "Gravwell <code@gravwell.io> (https://www.gravwell.io/)",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gravwell/js-client.git"
	},
	"bugs": {
		"url": "https://github.com/gravwell/js-client/issues"
	},
	"homepage": "https://github.com/gravwell/js-client#readme",
	"dependencies": {
		"@lucaspaganini/value-objects": "^1.3.0",
		"@types/lodash": "^4.14.168",
		"@types/node": "14.14.27",
		"base-64": "^1.0.0",
		"date-fns": "^2.17.0",
		"decoders": "^2.0.4",
		"form-data": "^3.0.0",
		"isomorphic-ws": "^4.0.1",
		"lodash": "^4.17.15",
		"node-fetch": "^2.6.1",
		"utf8": "^3.0.0",
		"ws": "^7.4.3"
	},
	"peerDependencies": {
		"rxjs": "^7.5.4"
	},
	"devDependencies": {
		"@types/base-64": "^0.1.3",
		"@types/jasmine": "^3.6.3",
		"@types/node-fetch": "^2.5.8",
		"@types/utf8": "^2.1.6",
		"@types/uuid": "^8.3.0",
		"@types/ws": "^7.4.0",
		"@types/yargs": "^16.0.0",
		"@typescript-eslint/eslint-plugin": "^5.33.0",
		"@typescript-eslint/parser": "^5.33.0",
		"copyfiles": "^2.4.1",
		"dotenv": "^8.2.0",
		"eslint": "^8.21.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-prefer-arrow": "^1.2.3",
		"eslint-plugin-simple-import-sort": "^7.0.0",
		"expect-type": "^0.11.0",
		"fast-check": "^3.15.0",
		"http-server": "^14.1.1",
		"jasmine": "^3.6.4",
		"jasmine-core": "^3.6.0",
		"jasmine-marbles": "^0.9.1",
		"jasmine-spec-reporter": "^6.0.0",
		"karma": "^6.1.0",
		"karma-chrome-launcher": "^3.1.0",
		"karma-env-preprocessor": "^0.1.1",
		"karma-firefox-launcher": "^2.1.0",
		"karma-jasmine": "^4.0.1",
		"karma-jasmine-html-reporter": "^1.5.4",
		"karma-safari-launcher": "^1.0.0",
		"karma-webpack": "^5.0.0",
		"license-check-and-add": "^4.0.1",
		"prettier": "^2.7.1",
		"prettier-plugin-jsdoc": "^0.4.2",
		"rename-cli": "^6.2.1",
		"rimraf": "^3.0.2",
		"rxjs": "^7.5.5",
		"ts-node": "^10.9.1",
		"tsc-alias": "^1.2.6",
		"typedoc": "^0.22.17",
		"typescript": "^4.7.4",
		"uuid": "^8.3.2",
		"webpack": "^5.21.2",
		"yargs": "^16.2.0"
	}
}
