{
	"name": "tt-model-compiler",
	"version": "0.1.5",
	"description": "Compiler for typescript-model",
	"main": "dist/commonjs/index.js",
	"exports": {
		"require": "./dist/commonjs/index.js",
		"import": "./dist/module/index.mjs"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"compile": "gulp --prod"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/rafikalid/typescript-model-compiler.git"
	},
	"keywords": [
		"typescript",
		"model"
	],
	"author": "khalid RAFIK",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/rafikalid/typescript-model-compiler/issues"
	},
	"homepage": "https://github.com/rafikalid/typescript-model-compiler#readme",
	"devDependencies": {
		"@types/bytes": "^3.1.1",
		"@types/gulp": "^4.0.8",
		"@types/gulp-rename": "^2.0.1",
		"@types/gulp-sourcemaps": "0.0.35",
		"@types/through2": "^2.0.36",
		"@types/uglify-js": "^3.13.1",
		"gulp": "^4.0.2",
		"gulp-rename": "^2.0.0",
		"gulp-sourcemaps": "^3.0.0",
		"gulp-typescript": "^6.0.0-alpha.1",
		"typescript": "^4.5.4",
		"typescript-path-fix": "^1.0.5",
		"uglify-js": "^3.14.5"
	},
	"dependencies": {
		"chalk": "^5.0.0",
		"glob": "^7.1.7",
		"graphql": "^16.2.0",
		"json6": "^1.0.3",
		"through2": "^4.0.2",
		"tt-model": "^0.1.0",
		"vinyl": "^2.2.1",
		"yaml": "^1.10.2"
	}
}