authorizer-wip

This commit is contained in:
2024-02-05 14:39:28 +03:00
parent 50414a3ebd
commit 0c484f71dc
7 changed files with 114 additions and 59 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "discours-hocuspocus",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"main": "index.js",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "node index.js"
"start": "node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/discoursio/hocuspocus.git"
"url": "git+https://dev.discours.io/discours.io/editing-server.git"
},
"author": "Discours Dev Team",
"license": "MIT",
@@ -18,6 +18,7 @@
},
"homepage": "https://gitlab.com/discoursio/hocuspocus#readme",
"dependencies": {
"@authorizerdev/authorizer-js": "2.0.0",
"@hocuspocus/server": "2.0.1"
}
}