mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 08:22:17 +03:00
7a9a284855
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"name": "@anticrm/dev-server-app",
|
|
"version": "0.6.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/dev-server": "^0.6.5"
|
|
}
|
|
}
|