blob: e1f1ff414551ede9e4d45a40374cd86a33581d53 [file] [log] [blame]
{
"name": "apache-annotator-website",
"version": "1.0.0",
"description": "A website for the Apache Annotator incubator project.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run build:demo && eleventy",
"build:demo": "cd annotator && yarn run web:build",
"serve": "yarn run build:demo && eleventy --serve",
"postinstall": "cd annotator && yarn install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/incubator-annotator-website.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/incubator-annotator-website/issues"
},
"homepage": "https://github.com/apache/incubator-annotator-website#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0"
}
}