generate package.json
parent
400a99aa60
commit
4943cc8058
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "lubiland_heimdall",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.lubiland.de/lubiland/heimdall.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"matrix-js-sdk": "^0.8.4"
|
||||
}
|
||||
}
|
Reference in New Issue