{
	"name": "@reactant/types",
	"version": "0.0.406",
	"description": "reactant types",
	"keywords": [
		"reactant",
		"types"
	],
	"homepage": "https://github.com/codejamninja/reactant/packages/types",
	"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 build",
		"clean": "make clean",
		"format": "make format",
		"inc": "npm version patch --git=false 2>/dev/null || true",
		"lint": "make lint",
		"make": "make --version",
		"prepare": "make prepare",
		"purge": "make purge",
		"start": "make start",
		"test": "make test",
		"test:watch": "make test-watch"
	},
	"dependencies": {
		"core-js": "^3.6.5",
		"execa": "^4.0.1",
		"gnumake": "^0.3.3"
	},
	"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/jest": "^25.2.1",
		"@types/webpack": "^4.41.10",
		"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",
		"webpack": "4.42.0"
	},
	"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"
}
