@adempiere/grpc-web-store-api
Version:
ADempiere Web Store write in Javascript for a node service
50 lines (49 loc) • 1.52 kB
JSON
{
"name": "@adempiere/grpc-web-store-api",
"version": "1.5.7",
"description": "ADempiere Web Store write in Javascript for a node service",
"author": "Yamel Senih",
"contributors": [
{
"name": "Edwin Betancourt",
"email": "EdwinBetanc0urt@outlook.com",
"url": "https://github.com/EdwinBetanc0urt/"
}
],
"main": "index.js",
"scripts": {
"stub": "npm run stub:access && npm run stub:client && npm run stub:web_store",
"stub:access": "grpc_tools_node_protoc --js_out=import_style=commonjs,binary:src/grpc/ --grpc_out=grpc_js:src/grpc/ proto/access.proto",
"stub:client": "grpc_tools_node_protoc --js_out=import_style=commonjs,binary:src/grpc/ --grpc_out=grpc_js:src/grpc/ proto/client.proto",
"stub:web_store": "grpc_tools_node_protoc --js_out=import_style=commonjs,binary:src/grpc/ --grpc_out=grpc_js:src/grpc/ proto/web_store.proto"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adempiere/gRPC-Web-Store-API.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/adempiere/gRPC-Web-Store-API/issues"
},
"homepage": "https://github.com/adempiere/gRPC-Web-Store-API#readme",
"dependencies": {
"@grpc/grpc-js": "1.3.7",
"google-protobuf": "3.17.3"
},
"devDependencies": {
"grpc-tools": "1.11.2"
},
"engines": {
"node": ">= 10.0",
"npm": ">= 6.0.0"
},
"keywords": [
"compiere",
"adempiere",
"erp",
"grpc",
"webstore",
"java",
"web"
]
}