{
	"name": "@surveycake/utils",
	"description": "SurveyCake Javascript Utils",
	"version": "2.11.0",
	"sideEffects": false,
	"keywords": [
		"25sprout",
		"surveycake",
		"javascript",
		"typescript",
		"js",
		"ts",
		"utils"
	],
	"main": "dist/index.js",
	"module": "dist/utils.esm.js",
	"typings": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"lint": "tsdx lint",
		"test": "tsdx test --env=jsdom",
		"build:doc": "rm -rf ./docs && typedoc",
		"build": "tsdx build",
		"release": "standard-version",
		"commit": "git-cz",
		"start": "tsdx watch"
	},
	"contributor": [
		{
			"name": "25sprout Front-End Team",
			"email": "hey@25sprout.com"
		}
	],
	"repository": {
		"type": "git",
		"url": "git@fox.25sprout.com:surveycake/sdk/utils.git"
	},
	"bugs": {
		"url": "https://fox.25sprout.com:10088/surveycake/sdk/utils/issues"
	},
	"license": "MIT",
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	},
	"devDependencies": {
		"@types/jest": "^24.0.21",
		"commitizen": "^3.0.7",
		"cz-conventional-changelog": "^2.1.0",
		"standard-version": "^6.0.1",
		"tsdx": "^0.11.0",
		"tslib": "^1.10.0",
		"typedoc": "^0.14.2",
		"typescript": "^3.6.4"
	},
	"dependencies": {
		"decimal.js": "^10.2.0",
		"jwt-decode": "^3.1.2"
	}
}
