This commit is contained in:
Avently
2024-12-13 16:50:22 +07:00
parent a5e7fa2f9f
commit 4fe7b674e6
6 changed files with 3 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "simplexjs",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplex-chat/simplexjs.git"
},
"author": "SimpleX team",
"license": "ISC",
"bugs": {
"url": "https://github.com/simplex-chat/simplexjs/issues"
},
"homepage": "https://github.com/simplex-chat/simplexjs#readme",
"description": ""
}