{
	"name": "@bangbu/ts-utils",
	"description": "Utility functions and constants for Cyberk",
	"version": "0.0.4",
	"type": "module",
	"main": "dist/cjs/index.js",
	"types": "dist/types/index.d.ts",
	"repository": {
		"url": "https://github.com/bangbu10820/ts-utils"
	},
	"exports": {
		"import": "./dist/esm/index.js",
		"require": "./dist/cjs/index.js",
		"default": "./dist/esm/index.js",
		"types": "./dist/types/index.d.ts"
	},
	"scripts": {
		"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
		"dev": "tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json --watch"
	},
	"files": [
		"dist"
	],
	"keywords": [
		"cyberk",
		"utils"
	],
	"author": "bangbu",
	"license": "MIT",
	"devDependencies": {
		"@types/ms": "^0.7.34",
		"rimraf": "^6.0.1",
		"typescript": "^5.6.3"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"ms": "^2.1.3"
	}
}
