sass-site/package.json

20 lines
371 B
JSON
Raw Normal View History

2022-12-12 23:07:23 +01:00
{
"name": "sass-site",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/sass/sass-site.git"
},
"license": "MIT",
"engines": {
"node": "16.x"
},
"packageManager": "yarn@3.3.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2"
}
}