25 lines
584 B
JSON
25 lines
584 B
JSON
{
|
|
"name": "discours-hocuspocus",
|
|
"version": "1.0.2",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://dev.discours.io/discours.io/editing-server.git"
|
|
},
|
|
"author": "Discours Dev Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/discoursio/hocuspocus/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/discoursio/hocuspocus#readme",
|
|
"dependencies": {
|
|
"@authorizerdev/authorizer-js": "2.0.0",
|
|
"@hocuspocus/server": "2.0.1"
|
|
}
|
|
}
|