platform/cloud/dev-server/app/package.json
Andrey Platov 1aed7af731
logging & npmignore
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-04 22:47:15 +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.2"
}
}