ibm-quantum-js
Version:
A node.js module to interact with the IBM Quantum API.
38 lines (37 loc) • 824 B
JSON
{
"name": "ibm-quantum-js",
"version": "0.1.7",
"description": "A node.js module to interact with the IBM Quantum API.",
"main": "Quantum.js",
"scripts": {
"test:unit": "jest tests/Unit.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rod4n4m1/ibm-quantum-js"
},
"keywords": [
"ibm",
"quantum",
"nodejs",
"promises",
"api",
"async"
],
"author": "Rod Anami (rod.anami@kyndryl.com)",
"contributors": [
"Paco Martin <paco@ibm.com>"
],
"license": "IPL-1.0",
"bugs": {
"url": "https://github.com/rod4n4m1/ibm-quantum-js/issues"
},
"homepage": "https://github.com/rod4n4m1/ibm-quantum-js#readme",
"dependencies": {
"request": "^2.88.2",
"underscore": "^1.10.2"
},
"devDependencies": {
"jest": "^27.2.4"
}
}