@visionfi/desktop-sdk
Version:
Desktop SDK for VisionFI Cloud Run services with Azure AD authentication
58 lines (57 loc) • 1.31 kB
JSON
{
"name": "@visionfi/desktop-sdk",
"version": "1.0.8",
"description": "Desktop SDK for VisionFI Cloud Run services with Azure AD authentication",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc",
"build:prod": "tsc --sourceMap false --declarationMap false",
"clean": "rm -rf dist",
"test": "jest",
"lint": "eslint src --ext .ts",
"prepublishOnly": "npm run build:prod"
},
"keywords": [
"visionfi",
"desktop",
"electron",
"azure",
"sdk"
],
"author": "VisionFI",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@visionfi/core": "^1.1.0",
"axios": "^1.3.5",
"eventemitter3": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
},
"engines": {
"node": ">=14.0.0"
},
"gitHead": "10ece7587c83e2eb9e509329f0f864ce0926881f"
}