-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.36 KB
/
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
45
46
47
48
{
"name": "cairo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx hardhat --network localhost test",
"lint": "eslint $(git ls-files '*.ts')",
"format": "prettier-eslint --list-different --write $(git ls-files '*.ts')"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@shardlabs/starknet-hardhat-plugin": "^0.6.7",
"@typechain/ethers-v5": "^10.1.1",
"@typechain/hardhat": "^6.1.4",
"@types/chai": "^4.2.22",
"@types/elliptic": "^6.4.14",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.4",
"dotenv": "^16.0.1",
"eslint": "^8.5.0",
"ethers": "^5.4.6",
"prettier-eslint-cli": "^7.0.0",
"starknet": "^4.4.2",
"ts-node": "^10.4.0",
"typechain": "^8.1.1",
"typescript": "^4.5.2"
},
"dependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@tonejs/midi": "^2.0.28",
"@toruslabs/starkware-crypto": "^1.1.0",
"axios": "^0.24.0",
"buffer-to-arraybuffer": "^0.0.6",
"hardhat": "2.9.9",
"json-midi-encoder": "^5.1.14",
"midi-json-parser": "^8.1.14",
"midi-parser-js": "^4.0.4",
"midifile-ts": "^1.5.1",
"node-fetch": "^3.3.0",
"underscore": "^1.13.6"
}
}