Ashes-of-Amethyst-site/package.json

25 lines
505 B
JSON
Raw Normal View History

2024-01-17 16:19:53 +00:00
{
"name": "Ashes-Site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"corepack": "^0.23.0",
"liquidjs": "^10.10.0",
"npm": "^10.2.4"
2024-01-17 16:19:53 +00:00
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"ftp-deploy": "^2.4.5"
2024-01-17 16:19:53 +00:00
},
"scripts": {
2024-01-20 04:01:39 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2024-01-20 04:01:39 +00:00
"build": "npx @11ty/eleventy"
2024-01-17 16:19:53 +00:00
},
"keywords": [],
"author": "",
"license": "ISC"
}