mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/rpc-client",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "babel -d . src",
|
|
"dev": "yarn build --watch"
|
|
},
|
|
"types": "src/",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"async-retry": "^1.2.3",
|
|
"superagent": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3"
|
|
}
|
|
}
|