Ashes-of-Amethyst-site/package.json

27 lines
581 B
JSON

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