This commit is contained in:
parent
1a1d5c5de5
commit
f191d9b478
54
package.json
54
package.json
@ -1,25 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "@odit/lfk-client",
|
"name": "@odit/lfk-client",
|
||||||
"description": "A lib to interact with https://git.odit.services/lfk/backend",
|
"description": "A lib to interact with https://git.odit.services/lfk/backend",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
"main": "./dist/index.ts",
|
"main": "./dist/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postversion": "git push --follow-tags"
|
"postversion": "git push --follow-tags"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.odit.services/lfk/lib"
|
"url": "git+https://git.odit.services/lfk/lib"
|
||||||
},
|
},
|
||||||
"keywords": [ "odit", "odit.services", "lfk" ],
|
"keywords": [
|
||||||
"author": "ODIT.Services",
|
"odit",
|
||||||
"files": [
|
"odit.services",
|
||||||
"**/dist",
|
"lfk"
|
||||||
"package.json",
|
],
|
||||||
"README.md"
|
"author": "ODIT.Services",
|
||||||
],
|
"files": [
|
||||||
"bugs": {
|
"**/dist",
|
||||||
"url": "https://git.odit.services/lfk/lib/issues"
|
"package.json",
|
||||||
},
|
"README.md"
|
||||||
"homepage": "https://git.odit.services/lfk/lib/"
|
],
|
||||||
}
|
"bugs": {
|
||||||
|
"url": "https://git.odit.services/lfk/lib/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://git.odit.services/lfk/lib/"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user