{ "name": "rpclibrary", "version": "1.0.3", "description": "", "main": "./js/Index.js", "scripts": { "tsc": "tsc", "webpack": "webpack --config ./src/webpack.js", "backend": "node js/test/TestBackend.js", "frontend": "node js/test/TestFrontend.js", "build": "npm run clean && tsc && npm run webpack", "clean": "rm -rf js" }, "author": "", "license": "ISC", "devDependencies": { "@types/express": "^4.17.0", "@types/node": "^11.13.19", "ts-loader": "^5.3.3", "typescript": "^3.5.3", "webpack": "^4.40.2", "webpack-cli": "^3.3.9", "terser-webpack-plugin": "^2.1.0" }, "dependencies": { "bsock": "^0.1.9", "fs": "0.0.1-security", "http": "0.0.0", "path": "^0.12.7", "uuid": "^3.3.3" }, "files": [ "js" ] }