-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 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
{
"name": "qasm-ts",
"version": "1.1.3",
"description": "QASM, the low-level programming language for quantum circuit specification, implemented in TypeScript.",
"main": "dist/main.js",
"scripts": {
"test": "ts-node node_modules/jasmine/bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comp-phys-marc/qasm-ts.git"
},
"keywords": [
"Quantum",
"Programming",
"QASM",
"OpenQASM",
"Language"
],
"author": "Marcus Edwards",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/comp-phys-marc/qasm-ts/issues"
},
"homepage": "https://github.com/comp-phys-marc/qasm-ts#readme",
"dependencies": {
"path": "^0.12.7",
"ts-node": "^8.3.0"
},
"devDependencies": {
"@types/jasmine": "^3.4.0",
"@types/node": "^12.7.2",
"eslint": "^8.57.0",
"jasmine": "^3.4.0",
"typescript": "^5.5.4"
}
}