kittygirl.online/package.json
2025-04-30 14:49:48 +02:00

16 lines
320 B
JSON

{
"name": "11ty",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "env NODE_ENV=production npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@11ty/eleventy": "^3.0.0"
}
}