This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
lfk-client-node/package.json

26 lines
566 B
JSON
Raw Normal View History

2020-12-13 08:50:28 +00:00
{
"name": "@odit/lfk-client",
"description": "A lib to interact with https://git.odit.services/lfk/backend",
2020-12-13 09:21:17 +00:00
"version": "0.0.1",
2020-12-13 08:50:28 +00:00
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.ts",
"repository": {
"type": "git",
"url": "git+https://git.odit.services/lfk/lib"
},
"keywords": [
"odit",
"odit.services",
"lfk"
],
"author": "ODIT.Services",
"files": [
"**/dist",
"package.json",
"README.md"
],
"bugs": {
"url": "https://git.odit.services/lfk/lib/issues"
},
"homepage": "https://git.odit.services/lfk/lib/"
2020-12-13 09:06:07 +00:00
}