Basic package.json

This commit is contained in:
Nicolai Ort 2020-12-31 14:41:25 +01:00
parent 51dad0674e
commit ebf6d7272a
1 changed files with 30 additions and 0 deletions

30
package.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "@odit/license-exporter",
"version": "0.0.1",
"description": "A simple license crawler",
"main": "dist/index.js",
"author": "ODIT.Services",
"license": "MIT",
"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"
}
],
"keywords": [
"license"
],
"repository": {
"type": "git",
"url": "https://git.odit.services/odit/license-exporter"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}