mirror of
https://github.com/luxfi/dao.git
synced 2026-07-27 02:51:24 +00:00
- Add packages/wallet with Solana/EVM providers - Add comprehensive DAO governance documentation - Fix gitignore to cover nested node_modules - Update submodule refs
17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"name": "@luxdao/brand-config",
|
|
"version": "1.0.0",
|
|
"description": "White-label brand configuration for Lux DAO governance stack",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/luxfi/dao.git",
|
|
"directory": "packages/brand-config"
|
|
},
|
|
"license": "MIT"
|
|
}
|