UNPKG

abap_cloud_platform

Version:
40 lines (39 loc) 924 B
{ "name": "abap_cloud_platform", "version": "1.1.4", "description": "A handful of cloud foundry API methods", "main": "dist/index.js", "scripts": { "test": "jest", "build": "tsc", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/marcellourbani/abap_cloud_platform.git" }, "keywords": [ "SAP", "cloud", "platform" ], "author": "Marcello Urbani", "license": "MIT", "bugs": { "url": "https://github.com/marcellourbani/abap_cloud_platform/issues" }, "homepage": "https://github.com/marcellourbani/abap_cloud_platform#readme", "dependencies": { "client-oauth2": "^4.2.5", "express": "^4.17.1", "got": "^11.8.5", "open": "^7.0.3", "@types/express": "^4.17.3" }, "devDependencies": { "@types/jest": "^28.1.7", "jest": "^28.1.3", "ts-jest": "^28.0.8", "typescript": "^4.7.4" } }