-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "q-convert",
"version": "0.9.51",
"description": "Quantum Computing Language Converter",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/quantastica/qconvert-js"
},
"keywords": [
"quantum",
"quantum computing",
"qubit",
"qbit",
"simulator",
"emulator",
"qasm",
"qobj",
"openqasm",
"quil",
"pyquil",
"qiskit",
"cirq",
"tfq",
"qsharp"
],
"preferGlobal": "true",
"bin": {
"q-convert": "cli.js"
},
"author": "Quantastica <info@quantastica.com>",
"license": "MIT",
"homepage": "https://quantum-circuit.com/qconvert",
"dependencies": {
"command-line-args": "^5.2.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"quantum-circuit": "^0.9.222",
"replace-ext": "^1.0.1"
}
}