yuki.k4w411.net/package.json
2025-03-27 04:41:36 -03:00

19 lines
447 B
JSON

{
"name": "yukinets",
"version": "1.0.0",
"description": "my website!!",
"main": "index.js",
"scripts": {
"watch:eleventy": "npx @11ty/eleventy --watch",
"watch:sass": "npx sass sass:_site/css --watch",
"start": "npm run watch:eleventy & npm run watch:sass"
},
"keywords": [],
"author": "yuki",
"license": "WTFPL",
"type": "commonjs",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"sass": "^1.86.0"
}
}