{
	"name": "@ltd/j-ts"
	,
	"version": "10.2.0"
	,
	"license": "LGPL-3.0"
	,
	"author": "龙腾道 <LongTengDao@LongTengDao.com> (www.LongTengDao.com)"
	,
	"bugs": "https://GitHub.com/LongTengDao/j-ts/issues"
	,
	"repository": {
		"type": "git"
		,
		"url": "https://GitHub.com/LongTengDao/j-ts.git"
	}
	,
	"description": "Pure transpiler for TypeScript. Belong to \"Plan J\".／TypeScript 纯转译工具。从属于“简计划”。"
	,
	"keywords": [
		"TypeScript"
		,
		"TS"
		,
		"TSX"
	]
	,
	"dependencies": {
		"typescript": "4.8.3"
	}
	,
	"exports": {
		"require": {
			"types": "./index.d.ts"
			,
			"default": "./index.js"
		}
	}
}