{ "name": "eleventy-plugin-i18n-demo", "version": "0.1.0", "description": "Demo site for eleventy-plugin-i18n", "main": "index.js", "scripts": { "start": "npm run serve", "serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve", "build": "cross-env ELEVENTY_ENV=production npx eleventy", "debug": "cross-env DEBUG=* npx eleventy" }, "keywords": [], "repository": { "type": "git", "url": "git+https://github.com/adamduncan/eleventy-plugin-i18n-demo.git" }, "author": "Adam Duncan (https://adamduncandesigns.com)", "bugs": { "url": "https://github.com/adamduncan/eleventy-plugin-i18n-demo/issues" }, "homepage": "https://github.com/adamduncan/eleventy-plugin-i18n-demo#readme", "license": "MIT", "devDependencies": { "@11ty/eleventy": "^3.1.2", "cross-env": "^7.0.2", "lodash.get": "^4.4.2", "prettier": "^2.0.5", "templite": "^1.1.0" }, "dependencies": { "eleventy-plugin-i18n": "^0.1.3" } }