19 lines
447 B
JSON
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"
|
|
}
|
|
}
|