You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
d257221dc8
Pin marmot-ts 0.5.1, expose Marmot chat routes/configuration, and keep the web UI disabled until transport, storage, and signing adapters are implemented.
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"name": "aether-assets",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "mkdir -p ../priv/static && cp -r css/. ../priv/static && cp -r js/. ../priv/static"
|
|
},
|
|
"dependencies": {
|
|
"@internet-privacy/marmot-ts": "0.5.1"
|
|
}
|
|
}
|