Added license export basics

This commit is contained in:
Nicolai Ort 2021-02-13 22:11:38 +01:00
parent 2d88c8ea9b
commit d4cfd8703c

View File

@ -26,10 +26,12 @@
}, },
"scripts": { "scripts": {
"dev": "vuepress dev src", "dev": "vuepress dev src",
"build": "vuepress build src" "build": "vuepress build src",
"licenses:export": "license-exporter --markdown"
}, },
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"devDependencies": { "devDependencies": {
"@odit/license-exporter": "^0.0.10",
"vuepress": "^1.5.3" "vuepress": "^1.5.3"
}, },
"dependencies": { "dependencies": {