website/package.json

22 lines
515 B
JSON
Raw Normal View History

2023-04-30 01:23:45 -04:00
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-04-30 16:41:26 -04:00
"start": "npx @11ty/eleventy && npx http-serve _site -p 8082",
2023-04-30 16:28:27 -04:00
"dev": "npx @11ty/eleventy --serve --port=8080",
2023-04-30 01:23:45 -04:00
"build": "npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"clean-css": "^5.3.2",
"html-minifier": "^4.0.0",
"node-fetch": "^3.2.6"
}
}