16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"name": "agrarmonitorlib",
|
|
"version": "1.0.0",
|
|
"description": "Node.js library for Agrarmonitor",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"No tests specified\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.poettker-cloud.de/bjoernpoettker/AgrarmonitorLib.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|