{
	"name": "@contractspec/tool.typescript",
	"version": "3.7.13",
	"scripts": {
		"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
		"publish:pkg:canary": "bun publish:pkg --tag canary"
	},
	"devDependencies": {
		"typescript": "^5.9.3"
	},
	"type": "module",
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/lssm-tech/contractspec.git",
		"directory": "packages/tools/typescript"
	},
	"homepage": "https://contractspec.io"
}
