blob: 7ffa1066bcd7d3939af50576cdd3f2cf9ca96b64 [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 && cd ..) && rm -rf content/demo content/style.css && cp -r annotator/web/dist/demo content/demo && cp annotator/web/dist/style.css content/",
"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"
}
}