{
	"name": "which-builtin-type",
	"version": "1.2.1",
	"description": "What is the type of this builtin JS value?",
	"main": "index.js",
	"types": "index.d.ts",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"sideEffects": false,
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"prepublishOnly": "safe-publish-latest",
		"prelint": "evalmd README.md",
		"lint": "eslint --ext=js,mjs .",
		"postlint": "tsc -P . && attw -P",
		"pretest": "npm run lint",
		"tests-only": "nyc tape 'test/**/*.js'",
		"test": "npm run tests-only",
		"posttest": "npx npm@'>=10.2' audit --production",
		"version": "auto-changelog && git add CHANGELOG.md",
		"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/inspect-js/which-builtin-type.git"
	},
	"keywords": [
		"type",
		"builtin",
		"ecmascript"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/inspect-js/which-builtin-type/issues"
	},
	"homepage": "https://github.com/inspect-js/which-builtin-type#readme",
	"dependencies": {
		"call-bound": "^1.0.2",
		"function.prototype.name": "^1.1.6",
		"has-tostringtag": "^1.0.2",
		"is-async-function": "^2.0.0",
		"is-date-object": "^1.1.0",
		"is-finalizationregistry": "^1.1.0",
		"is-generator-function": "^1.0.10",
		"is-regex": "^1.2.1",
		"is-weakref": "^1.0.2",
		"isarray": "^2.0.5",
		"which-boxed-primitive": "^1.1.0",
		"which-collection": "^1.0.2",
		"which-typed-array": "^1.1.16"
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "^0.17.1",
		"@ljharb/eslint-config": "^21.1.1",
		"@ljharb/tsconfig": "^0.2.2",
		"@types/for-each": "^0.3.3",
		"@types/function.prototype.name": "^1.1.4",
		"@types/is-async-function": "^2.0.3",
		"@types/is-date-object": "^1.0.4",
		"@types/is-generator-function": "^1.0.3",
		"@types/is-weakref": "^1.0.0",
		"@types/make-arrow-function": "^1.2.2",
		"@types/make-async-function": "^1.0.2",
		"@types/object-inspect": "^1.13.0",
		"@types/object.assign": "^4.1.0",
		"@types/tape": "^5.6.5",
		"@types/which-boxed-primitive": "^1.0.3",
		"auto-changelog": "^2.5.0",
		"available-typed-arrays": "^1.0.7",
		"encoding": "^0.1.13",
		"eslint": "=8.8.0",
		"evalmd": "^0.0.19",
		"for-each": "^0.3.3",
		"has-bigints": "^1.0.2",
		"has-symbols": "^1.1.0",
		"in-publish": "^2.0.1",
		"make-arrow-function": "^1.2.0",
		"make-async-function": "^1.0.0",
		"make-generator-function": "^2.0.0",
		"npmignore": "^0.3.1",
		"nyc": "^10.3.2",
		"object-inspect": "^1.13.3",
		"object.assign": "^4.1.5",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.9.0",
		"typescript": "next"
	},
	"engines": {
		"node": ">= 0.4"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}
