{
	"name": "myapp",
	"version": "1.0.0",
	"description": "A react project",
	"main": "index.js",
	"scripts": {
		"start": "echo 'Starting MyApp'",
		"build": "echo 'Building MyApp'"
	},
	"dependencies": {
		"react": "^18.0.0"
	},
	"devDependencies": {
		"typescript": "^5.0.0"
	}
}
