frontend/.pnpm-store/v3/files/c5/9b44397761e2ad2b85309abc3f7e2023add95238d9aa280460205a1663fc3b77a0685ef0aec9d87917d55220235611c5fc10dd01394e632b8c902ab2588d1c

50 lines
970 B
Plaintext

{
"name": "@odit/license-exporter",
"version": "0.0.12",
"description": "A simple license crawler for crediting open source work",
"keywords": [
"license",
"ODIT.Services",
"cli"
],
"repository": {
"type": "git",
"url": "https://git.odit.services/odit/license-exporter"
},
"author": {
"name": "ODIT.Services",
"email": "info@odit.services",
"url": "https://odit.services"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Philipp Dormann",
"email": "philipp@philippdormann.de",
"url": "https://philippdormann.de"
},
{
"name": "Nicolai Ort",
"email": "info@nicolai-ort.com",
"url": "https://nicolai-ort.com"
}
],
"main": "exporter.js",
"bin": {
"license-exporter": "bin/exporter.js"
},
"files": [
"bin",
"exporter.js",
"README.md",
"package.json",
"LICENSE"
],
"dependencies": {
"yargs": "^17.3.1"
}
}