{
	"name": "@fleetfn/sdk",
	"version": "1.0.0-alpha.3",
	"author": "Fleet FN, Inc",
	"main": "lib/index.js",
	"license": "MIT",
	"scripts": {
		"test": "jest",
		"lint-eslint": "eslint . --ext .ts",
		"lint-typescript": "tsc --noEmit --declaration",
		"lint": "yarn lint-eslint && yarn lint-typescript",
		"format": "prettier --write -- \"**/*.ts\"",
		"format:check": "prettier --list-different -- \"**/*.ts\"",
		"build": "tsc -b",
		"prepublishOnly": "yarn build"
	},
	"dependencies": {
		"chalk": "^2.4.2",
		"node-fetch": "^2.6.1"
	}
}
