punkfairie-site/package.json

19 lines
356 B
JSON
Raw Normal View History

2023-06-04 16:55:36 -07:00
{
"name": "punkfairie-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
},
"dependencies": {
"@11ty/eleventy-plugin-vite": "^4.0.0"
}
}