{
	"name": "@thencc/inkey-client-js",
	"version": "0.0.29",
	"description": "",
	"type": "module",
	"module": "dist/index.esm.js",
	"main": "dist/index.cjs.js",
	"types": "dist/index.d.ts",
	"browser": "dist/index.esm.js",
	"exports": {
		"types": "./dist/index.d.ts",
		"import": "./dist/index.esm.js",
		"require": "./dist/index.cjs.js"
	},
	"files": [
		"dist/*",
		"LICENSE",
		"README.md"
	],
	"scripts": {
		"link": "pnpm link --global",
		"unlink": "pnpm -g rm @thencc/inkey-client-js",
		"link-types": "pnpm link @thencc/inkey-types --global --save-dev",
		"unlink-types": "pnpm unlink @thencc/inkey-types --global",
		"build": "tsup --config=tsup.config.ts",
    	"publish:beta": "npm publish --access public --tag beta --greater-version-only",
		"publish:latest": "npm dist-tag add @thencc/inkey-client-js@0.0.29 latest"
	},
	"devDependencies": {
		"@thencc/inkey-types": "^0.0.12",
		"tsup": "^7.2.0",
		"typescript": "^5.2.2"
	}
}
