{
	"name": "eos-transit",
	"version": "4.0.7",
	"description": "Wallet Access Layer for EOS Blockchain Networks",
	"license": "UNLICENSED",
	"main": "lib/index.js",
	"module": "lib/index.js",
	"types": "lib",
	"scripts": {
		"echo": "echo \"================== eos-transit ===================\"",
		"installpkg": "yarn echo && npm install",
		"clean": "rm -rf lib && rm -rf umd",
		"prebuild": "yarn clean",
		"build": "../../node_modules/typescript/bin/tsc",
		"build-eosjs-bundle": "TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.eosjs.ts",
		"build-production": "yarn build && TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack && yarn build-eosjs-bundle",
		"watch": "../../node_modules/typescript/bin/tsc -w",
		"test": "",
		"lint": "../../node_modules/.bin/tslint -c ../../tslint.json -p ./tsconfig.json"
	},
	"dependencies": {
		"@types/uuid": "^7.0.3",
		"eosjs": "^20.0.0",
		"uuid": "^3.3.2"
	},
	"devDependencies": {
		"babel-core": "6.26.3",
		"babel-loader": "7.1.5",
		"babel-plugin-transform-runtime": "^6.23.0",
		"babel-preset-env": "1.7.0",
		"babel-preset-es2015": "6.24.1",
		"babel-preset-stage-1": "6.24.1",
		"webpack": "^4.25.1",
		"webpack-cli": "^3.1.2"
	},
	"prettier": {
		"singleQuote": true,
		"printWidth": 80,
		"tabWidth": 2,
		"useTabs": false,
		"bracketSpacing": true
	},
	"gitHead": "476b9a53e2c6aabffe0009a652d3044a92105920"
}
