{
"name": "farfalla_social",
"description": "farfalla_social_at",
"keywords": [
"google",
"javascript",
"maps",
"samples"
],
"homepage": "https://github.com/googlemaps/js-samples#readme",
"bugs": {
"url": "https://github.com/googlemaps/js-samples/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlemaps/js-samples.git"
},
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"build:prod": "tsc && vite build --mode build-prod",
"test": "tsc --no-emit",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.9.1-beta",
"vite": "^3.2.3"
},
"private": true,
"dependencies": {},
"compilerOptions": {
"module": "es2020",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
}