mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@selfxyz/qrcode",
|
|
"version": "0.0.19",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/selfxyz/self"
|
|
},
|
|
"license": "MIT",
|
|
"author": "turnoffthiscomputer",
|
|
"main": "dist/sdk/qrcode/index.js",
|
|
"types": "dist/sdk/qrcode/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"common",
|
|
"circuits/**/*.json",
|
|
"src/QRcode"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write .",
|
|
"install-sdk": "cd ../common && yarn && cd ../sdk && yarn",
|
|
"lint": "prettier --check .",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "yarn ts-mocha -p ./tsconfig.json tests/openPassportVerifier.test.ts --exit",
|
|
"publish": "npm publish --access public"
|
|
},
|
|
"dependencies": {
|
|
"@types/react": "^18.3.4",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"js-sha1": "^0.7.0",
|
|
"js-sha256": "^0.11.0",
|
|
"js-sha512": "^0.9.0",
|
|
"lottie-react": "^2.4.0",
|
|
"next": "^14.2.8",
|
|
"node-forge": "^1.3.1",
|
|
"poseidon-lite": "^0.3.0",
|
|
"qrcode.react": "^4.1.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-spinners": "^0.14.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.19",
|
|
"@types/node-forge": "^1",
|
|
"mocha": "^10.3.0",
|
|
"prettier": "^3.3.3",
|
|
"ts-loader": "^9.5.1",
|
|
"ts-mocha": "^10.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"lottie-react": "^2.4.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |