{ "name": "livelike-web-code-test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "server": "node server.js", "rollup-dev": "rollup --config ./rollup.dev.js --watch --watch.buildDelay 250", "rollup-up": "rollup --config ./rollup.config.js", "bundle": "concurrently --kill-others \"npm run build\" \"npm run rollup-build\"", "client": "concurrently --kill-others \"npm run build:watch\" \"npm run rollup-dev\"", "dev": "concurrently --kill-others \"npm run build:watch\" \"npm run server\" \"npm run rollup-dev\"" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "lit-element": "^2.4.0", "ws": "^7.4.5" }, "devDependencies": { "@babel/core": "^7.13.15", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-decorators": "^7.14.2", "@babel/preset-env": "^7.14.2", "babel-plugin-transform-builtin-classes": "^0.6.1", "concurrently": "^6.0.2", "json-server": "^0.16.3", "prettier": "^2.2.1", "rollup": "^2.45.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-serve": "^1.1.0", "typescript": "^4.2.4", "uuid": "^8.3.2" } }