Ashes-of-Amethyst-site/package.json

22 lines
419 B
JSON

{
"name": "Ashes-Site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"corepack": "^0.23.0",
"npm": "^10.2.4",
"liquidjs": "^10.10.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC"
}