{
	"name": "@rttist/core",
	"version": "1.0.0",
	"description": "Core package for transformers and runtimes of RTTIST TypeScript reflection system.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"prepare": "tsc"
	},
	"files": ["LICENSE", "README.md", "dist/**/*.js", "dist/**/*.d.ts"],
	"keywords": [
		"@rttist",
		"rttist",
		"runtime",
		"type",
		"information",
		"abstract",
		"declaration",
		"types",
		"reflection",
		"reflective",
		"reflect",
		"typescript",
		"gettype",
		"typeof",
		"system",
		"core"
	],
	"author": "Roman Jámbor",
	"license": "MIT",
	"devDependencies": {
		"typescript": "^5.8.3"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/rttist/rttist.git",
		"directory": "packages/core"
	},
	"bugs": {
		"url": "https://github.com/rttist/rttist/issues"
	},
	"homepage": "https://rttist.org"
}
