This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
token-gated-economy/the-matrix/package.json
2026-03-23 14:52:36 +00:00

21 lines
385 B
JSON

{
"name": "the-matrix",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@xenova/transformers": "^2.17.2",
"nostr-tools": "^2.23.3",
"qrcode-generator": "^1.4.4",
"three": "0.171.0"
},
"devDependencies": {
"vite": "^5.4.15"
}
}