P8-ExchangeService/package.json
2018-11-20 17:25:38 +03:00

31 lines
810 B
JSON

{
"name": "parus_exchange_service",
"version": "1.0.0",
"description": "Parus 8 and WEB API integration platform",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CITKParus/ExchangeService.git"
},
"author": "CITK Parus",
"license": "ISC",
"bugs": {
"url": "https://github.com/CITKParus/ExchangeService/issues"
},
"homepage": "https://github.com/CITKParus/ExchangeService#readme",
"dependencies": {
"lodash": "^4.17.11",
"module-alias": "^2.1.0",
"oracledb": "^2.3.0",
"validate": "^4.5.1"
},
"_moduleAliases": {
"@core": "core",
"@modules": "modules"
}
}