mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-28 13:39:11 +00:00
16 lines
No EOL
317 B
JSON
16 lines
No EOL
317 B
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/rpc-client",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"postinstall": "yarn build",
|
|
"build": "babel --delete-dir-on-start -d lib ."
|
|
},
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"superagent":"^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3"
|
|
}
|
|
} |