{
	"name": "sinfactura-types",
	"version": "1.10.158",
	"main": "dist/index.js",
	"type": "module",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/cjs/index.js"
		}
	},
	"scripts": {
		"build": "node scripts/lowpri.mjs tsc && node scripts/lowpri.mjs tsc -p tsconfig.cjs.json && node -e \"require('fs').writeFileSync('dist/cjs/package.json', JSON.stringify({ type: 'commonjs' }) + '\\n')\"",
		"prepublishOnly": "npm run build",
		"login": "npm login",
		"release": "npm version patch --no-git-tag-version",
		"lint": "node scripts/lowpri.mjs eslint ."
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sinfactura/types"
	},
	"keywords": [],
	"author": "Moises Samuel Maison Maison",
	"license": "MIT",
	"homepage": "https://sinfactura.com",
	"files": [
		"./dist"
	],
	"release": {
		"branches": [
			"main"
		]
	},
	"devDependencies": {
		"@eslint/js": "^10.0.1",
		"eslint": "^10.8.0",
		"globals": "^17.9.0",
		"typescript": "^6.0.3",
		"typescript-eslint": "^8.66.0"
	},
	"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}
