UNPKG

@qbraid-core/base

Version:

Core functionality for interacting with qBraid Cloud Services.

53 lines (52 loc) 1.27 kB
{ "name": "@qbraid-core/base", "version": "0.12.2", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "description": "Core functionality for interacting with qBraid Cloud Services.", "author": "qBraid Development Team", "license": "Proprietary", "files": [ "dist/src" ], "keywords": [ "qbraid", "qbraid-core", "qbraid-core-js", "qbraid base", "qbraid cloud", "qbraid api", "qbraid apis", "cloud", "quantum", "quantum computing" ], "repository": { "type": "git", "directory": "packages/base", "url": "git+https://github.com/qBraid/qbraid-core-js.git" }, "homepage": "https://qbraid.github.io/qbraid-core-js/modules/base.html", "browser": { "https": false, "http": false, "os": false, "fs": false, "path": false }, "dependencies": { "axios": "^1.12.2" }, "devDependencies": {}, "scripts": { "clean": "rimraf dist tsconfig.tsbuildinfo src/_version.ts src/_version.js src/*.d.ts src/*.js", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier --write \"src/**/*.{ts,json}\"", "format:check": "prettier --check \"src/**/*.{ts,json}\"", "docs": "typedoc" }, "engines": { "node": ">=20" } }