mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
31 lines
863 B
JSON
31 lines
863 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.20",
|
|
"prisma": "^5.18.0"
|
|
},
|
|
"dependencies": {
|
|
"@peculiar/x509": "^1.11.0",
|
|
"@prisma/client": "^5.19.0",
|
|
"@openpassport/zk-kit-imt": "^0.0.4",
|
|
"@openpassport/zk-kit-lean-imt": "^0.0.4",
|
|
"@openpassport/zk-kit-smt": "^0.0.1",
|
|
"asn1": "^0.2.6",
|
|
"asn1.js": "^5.4.1",
|
|
"asn1js": "^3.0.5",
|
|
"dotenv": "^16.4.5",
|
|
"jsrsasign": "^11.1.0",
|
|
"lowdb": "^7.0.1",
|
|
"node-forge": "^1.3.1",
|
|
"node-rsa": "^1.1.1",
|
|
"pkijs": "^3.2.4",
|
|
"poseidon-lite": "^0.2.0"
|
|
},
|
|
"scripts": {
|
|
"install-registry": "cd ../common && yarn && cd ../registry && yarn",
|
|
"db-init": "npx prisma generate",
|
|
"db-push": "ts-node src/pushToDb.ts",
|
|
"extract-masterlist": "ts-node src/extractMasterList.ts",
|
|
"parse-data": "ts-node src/parseData.ts"
|
|
},
|
|
"license": "MIT"
|
|
} |