mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
New backend verification sdk (#131)
Co-authored-by: motemotech <i.am.nicoshark@gmail.com>
This commit is contained in:
@@ -16,11 +16,12 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"download-circuits": "cd ../circuits && ./scripts/download_circuits_from_aws.sh && cd ../sdk",
|
||||
"copy-abi": "bash scripts/copyAbi.sh",
|
||||
"format": "prettier --write .",
|
||||
"install-sdk": "cd ../common && yarn && cd ../sdk && yarn",
|
||||
"lint": "prettier --check .",
|
||||
"prepublishOnly": "npm run build",
|
||||
"publish": "npm publish --access public",
|
||||
"test": "yarn ts-mocha -p ./tsconfig.json tests/openPassportVerifier.test.ts --exit"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user