{ "name": "rage-rpc", "version": "0.1.3", "description": "An asynchronous RPC implementation for RAGE Multiplayer", "main": "dist/rage-rpc.min.js", "types": "dist/rage-rpc.d.ts", "scripts": { "watch": "webpack-cli --config ./webpack.config.js --watch", "build": "webpack-cli --config ./webpack.config.js", "type-check": "tsc" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/micaww/rage-rpc.git" }, "author": "micaww", "license": "ISC", "bugs": { "url": "https://github.com/micaww/rage-rpc/issues" }, "homepage": "https://github.com/micaww/rage-rpc#readme", "dependencies": {}, "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-typescript": "^7.3.3", "babel-loader": "^8.0.5", "replace-in-file-webpack-plugin": "^1.0.6", "typescript": "^3.3.3333", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" } }