mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/rpc-server",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "babel -d ./lib ./src",
|
|
"dev": "yarn build --watch",
|
|
"postinstall": "test -d lib || npm run build"
|
|
},
|
|
"types": "src/index.js",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"async-retry": "^1.2.3",
|
|
"glob": "^7.1.3",
|
|
"nats": "^1.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.2.0"
|
|
}
|
|
}
|