mirror of
https://github.com/selfxyz/self.git
synced 2026-01-22 21:17:59 -05:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@proofofpassport/sdk",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zk-passport/proof-of-passport"
|
|
},
|
|
"author": "turnoffthiscomputer",
|
|
"dependencies": {
|
|
"@types/chai-as-promised": "^7.1.8",
|
|
"@types/expect": "^24.3.0",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node": "^20.11.19",
|
|
"@types/node-forge": "^1.3.5",
|
|
"@zk-kit/lean-imt": "^2.0.1",
|
|
"chai-as-promised": "^7.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^6.13.0",
|
|
"fs": "^0.0.1-security",
|
|
"js-sha1": "^0.7.0",
|
|
"js-sha256": "^0.11.0",
|
|
"js-sha512": "^0.9.0",
|
|
"mocha": "^10.4.0",
|
|
"poseidon-lite": "^0.2.0",
|
|
"snarkjs": "^0.7.4",
|
|
"ts-mocha": "^10.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.6",
|
|
"@types/circomlibjs": "^0.1.6",
|
|
"@types/mocha": "^10.0.6",
|
|
"chai": "^4.3.8",
|
|
"mocha": "^10.3.0",
|
|
"ts-mocha": "^10.0.0",
|
|
"ts-node": "^10.9.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "yarn ts-mocha -p ./tsconfig.json tests/sdk.test.ts --exit",
|
|
"install-sdk": "cd ../common && yarn && cd ../sdk && yarn"
|
|
}
|
|
} |