crisp-theme/package.json
2025-04-17 10:17:22 -04:00

17 lines
325 B
JSON

{
"name": "site-theme",
"version": "1.0.0",
"main": "index.js",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "IST",
"description": "",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"date-fns": "^4.1.0"
}
}