sass-site/package.json

26 lines
583 B
JSON
Raw Normal View History

2022-12-12 23:07:23 +01:00
{
"name": "sass-site",
"version": "1.0.0",
2023-01-06 23:37:45 +01:00
"homepage": "https://sass-lang.com/",
"title": "Sass",
"description": "Sass: Syntactically Awesome Style Sheets",
2022-12-12 23:07:23 +01:00
"repository": {
"type": "git",
"url": "https://github.com/sass/sass-site.git"
},
2023-01-06 23:37:45 +01:00
"private": true,
2022-12-12 23:07:23 +01:00
"license": "MIT",
"engines": {
"node": "16.x"
},
2023-01-06 23:37:45 +01:00
"type": "module",
2022-12-12 23:07:23 +01:00
"packageManager": "yarn@3.3.0",
"scripts": {
2023-01-06 23:37:45 +01:00
"build": "yarn eleventy --config=.eleventy.cjs",
2022-12-12 23:07:23 +01:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2"
}
}