{
	"name": "create-polygonjs",
	"version": "1.5.94-2",
	"description": "create a polygonjs project",
	"bin": {
		"create-polygonjs": "dist/index.js"
	},
	"type": "module",
	"main": "dist/index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/polygonjs/create-polygonjs"
	},
	"keywords": [
		"webgl",
		"threejs",
		"polygonjs"
	],
	"author": "Guillaume Fradin",
	"license": "MIT",
	"scripts": {
		"build": "yarn esbuild && yarn prepare_build_index",
		"esbuild": "esbuild src/index.ts --bundle --platform=node --format=esm --target=es2020 '--external:*' --outfile=dist/index.js",
		"prepare_build_index": "echo '#!/usr/bin/env node\n'|cat - dist/index.js > /tmp/out && mv /tmp/out dist/index.js && chmod +x dist/index.js",
		"test": "test"
	},
	"dependencies": {
		"chalk": "^5.2.0",
		"esbuild": "0.17.4",
		"kolorist": "1.6.0",
		"minimist": "1.2.7",
		"prompts": "2.4.2"
	},
	"devDependencies": {
		"@types/minimist": "^1.2.2",
		"@types/prompts": "2.4.2",
		"@typescript-eslint/eslint-plugin": "5.49.0",
		"@typescript-eslint/parser": "5.49.0",
		"eslint": "8.32.0",
		"prettier": "2.8.3",
		"typescript": "4.9.4"
	}
}

