Added license export basics

This commit is contained in:
Nicolai Ort 2021-02-13 22:11:38 +01:00
parent 2d88c8ea9b
commit d4cfd8703c
1 changed files with 3 additions and 1 deletions

View File

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