{
	"name": "ton-client-js",
	"version": "0.28.1",
	"description": "TON Client for Java Script",
	"main": "index.js",
	"scripts": {
		"babel": "npx babel src --out-dir dist --source-maps inline",
		"flow": "flow",
		"test": "jest --forceExit --detectOpenHandles --testTimeout=200000 --coverage --verbose",
		"test-ci": "jest --forceExit --detectOpenHandles --testTimeout=120000 --bail --runInBand --verbose",
		"test-cinet": "jest --forceExit --detectOpenHandles --testTimeout=300000 --bail --runInBand --verbose",
		"npm install": "npm install"
	},
	"keywords": [
		"TON",
		"Javascript",
		"API",
		"Client"
	],
	"author": "TON DEV SOLUTIONS LTD.",
	"license": "Apache-2.0",
	"licenses": [
		{
			"type": "Apache-2.0",
			"url": "http://www.apache.org/licenses/LICENSE-2.0"
		}
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/tonlabs/ton-client-js.git"
	},
	"homepage": "https://docs.ton.dev/86757ecb2/p/92b041-overview",
	"husky": {
		"hooks": {
			"pre-commit": "npm run babel && git add dist"
		}
	},
	"devDependencies": {
		"@babel/cli": "7.8.4",
		"@babel/core": "7.9.6",
		"@babel/plugin-proposal-class-properties": "7.8.3",
		"@babel/plugin-proposal-decorators": "7.8.3",
		"@babel/plugin-proposal-do-expressions": "7.8.3",
		"@babel/plugin-proposal-export-default-from": "7.8.3",
		"@babel/plugin-proposal-export-namespace-from": "7.8.3",
		"@babel/plugin-proposal-function-bind": "7.8.3",
		"@babel/plugin-proposal-function-sent": "7.8.3",
		"@babel/plugin-proposal-json-strings": "7.8.3",
		"@babel/plugin-proposal-logical-assignment-operators": "7.8.3",
		"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
		"@babel/plugin-proposal-numeric-separator": "7.8.3",
		"@babel/plugin-proposal-optional-chaining": "7.9.0",
		"@babel/plugin-proposal-pipeline-operator": "7.8.3",
		"@babel/plugin-proposal-throw-expressions": "7.8.3",
		"@babel/plugin-syntax-bigint": "7.8.3",
		"@babel/plugin-syntax-dynamic-import": "7.8.3",
		"@babel/plugin-syntax-import-meta": "7.8.3",
		"@babel/plugin-transform-arrow-functions": "7.8.3",
		"@babel/plugin-transform-async-to-generator": "7.8.3",
		"@babel/plugin-transform-block-scoping": "7.8.3",
		"@babel/plugin-transform-classes": "7.9.5",
		"@babel/plugin-transform-runtime": "^7.9.6",
		"@babel/preset-env": "7.9.6",
		"@babel/preset-flow": "7.9.0",
		"@babel/preset-react": "7.9.4",
		"babel-eslint": "10.1.0",
		"eslint": "6.8.0",
		"eslint-config-airbnb": "18.1.0",
		"eslint-plugin-import": "2.20.1",
		"eslint-plugin-jsx-a11y": "6.2.3",
		"eslint-plugin-react": "7.19.0",
		"eslint-plugin-react-hooks": "2.5.1",
		"flow": "0.2.3",
		"flow-bin": "0.123.0",
		"husky": "^4.2.3",
		"jaeger-client": "3.17.2",
		"jest": "26.4.2",
		"node-fetch": "2.6.1",
		"websocket": "1.0.32"
	},
	"dependencies": {
		"@babel/runtime": "^7.9.6",
		"apollo-cache-inmemory": "1.6.6",
		"apollo-client": "2.6.10",
		"apollo-link": "1.2.14",
		"apollo-link-context": "1.0.20",
		"apollo-link-http": "1.5.17",
		"apollo-link-ws": "1.0.20",
		"apollo-utilities": "1.3.4",
		"dotenv": "8.2.0",
		"flow-typed": "^3.1.0",
		"graphql": "15.3.0",
		"graphql-tag": "2.11.0",
		"opentracing": "0.14.4",
		"subscriptions-transport-ws": "0.9.18"
	}
}
