platform/cloud/dev-server/app/package.json
Andrey Platov 4bd32c49e8
npmignore
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 22:59:13 +02:00

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.3"
}
}