{
	"name": "tistory-react",
	"version": "0.0.14-alpha.0",
	"type": "module",
	"types": "./dist/index.d.ts",
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"bin": {
		"tistory-react": "./bin/tistory-react.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/eunbae0/tistory-react",
		"directory": "packages/cli"
	},
	"exports": {
		".": {
			"default": "./dist/index.js"
		},
		"./runtime": {
			"default": "./runtime.ts"
		},
		"./devtool": {
			"default": "./devtool.ts"
		},
		"./component/Article": {
			"default": "./article.ts"
		},
		"./component/Comment": {
			"default": "./comment.ts"
		},
		"./component/Sidebar": {
			"default": "./sidebar.ts"
		},
		"./component/Tags": {
			"default": "./tags.ts"
		},
		"./config": {
			"default": "./config.ts"
		}
	},
	"scripts": {
		"dev": "modern build -w",
		"build": "modern build",
		"build:watch": "modern build -w",
		"test": "vitest run",
		"reset": "rimraf ./**/node_modules",
		"new": "modern new",
		"upgrade": "modern upgrade"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"@rsbuild/core": "1.0.1-beta.2",
		"@tistory-react/component": "^0.0.13-alpha.0",
		"@tistory-react/core": "^0.0.14-alpha.0",
		"@tistory-react/devtool": "^0.0.13-alpha.0",
		"@tistory-react/runtime": "^0.0.10-alpha.0",
		"@tistory-react/shared": "^0.0.10-alpha.0",
		"cac": "^6.7.14",
		"chalk": "^5.3.0",
		"chokidar": "^3.6.0"
	},
	"devDependencies": {
		"@types/node": "^20.14.11",
		"typescript": "^5.5.3"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"gitHead": "023aa6682d885d5c2ca14f1e010e2825e95f06f8"
}
