{
	"name": "@reactant/helpers",
	"version": "0.0.406",
	"description": "reactant helpers",
	"keywords": [
		"reactant",
		"core"
	],
	"homepage": "https://github.com/codejamninja/reactant/packages/core",
	"bugs": {
		"url": "https://github.com/codejamninja/reactant/issues",
		"email": "jam@codejam.ninja"
	},
	"license": "MIT",
	"author": {
		"name": "Jam Risser",
		"email": "jam@codejam.ninja",
		"url": "https://codejam.ninja"
	},
	"files": [
		"lib"
	],
	"main": "lib/index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/codejamninja/reactant"
	},
	"scripts": {
		"build": "make -s build",
		"clean": "make -s clean",
		"format": "make -s format",
		"inc": "npm version patch --git=false 2>/dev/null || true",
		"lint": "make -s lint",
		"make": "make --version",
		"prepare": "make -s prepare",
		"purge": "make -s purge",
		"start": "make -s start",
		"test": "make -s test",
		"test:watch": "make -s test-watch"
	},
	"dependencies": {
		"@reactant/types": "0.0.406",
		"babel-plugin-macros": "^2.8.0",
		"babel-plugin-module-resolver": "^4.0.0",
		"core-js": "^3.6.5",
		"execa": "^4.0.1",
		"flatted": "^2.0.2",
		"fs-extra": "^9.0.0",
		"gnumake": "^0.3.3",
		"node-pstree": "^0.0.9",
		"ora": "^4.0.3",
		"pkg-dir": "^4.2.0"
	},
	"devDependencies": {
		"@babel/cli": "^7.8.4",
		"@babel/core": "^7.9.0",
		"@babel/node": "^7.8.7",
		"@babel/plugin-proposal-class-properties": "^7.8.3",
		"@babel/plugin-proposal-decorators": "^7.8.3",
		"@babel/plugin-proposal-optional-chaining": "^7.9.0",
		"@babel/preset-env": "^7.9.5",
		"@babel/preset-typescript": "^7.9.0",
		"@types/core-js": "^2.5.3",
		"@types/fs-extra": "^8.1.0",
		"@types/jest": "^25.2.1",
		"@types/node": "^13.13.5",
		"cspell": "^4.0.61",
		"eslint": "^7.0.0",
		"eslint-config-reactant": "0.0.406",
		"jest": "^25.5.4",
		"jest-sonar-reporter": "^2.0.0",
		"prettier": "^2.0.5",
		"typescript": "^3.8.3"
	},
	"engines": {
		"node": ">=6.0.0"
	},
	"eslintIgnore": [
		"lib"
	],
	"jest": {
		"testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
		"verbose": true
	},
	"jestSonar": {
		"reportPath": "node_modules/.tmp/reports",
		"reportFile": "test-report.xml",
		"indent": 4
	},
	"gitHead": "55ce13f8a11b23f03127281b53de7876dca13176"
}
