๐Ÿ“ฆ p0n1 / familiar_strangers

๐Ÿ“„ package.json ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18{
    "name": "familiar_strangers",
    "version": "0.1.0",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "mocha test"
    },
    "dependencies": {
        "chai": "^4.3.7",
        "circom_tester": "^0.0.19",
        "circomlib": "^2.0.5",
        "express": "^4.18.2",
        "mocha": "^10.2.0"
    }
}