mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-01 05:14:36 +01:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"preinstall": "cargo run --bin bundle_pubky_npm"
|
|
},
|
|
"dependencies": {
|
|
"@synonymdev/pubky":"file:../../pubky/pkg"
|
|
}
|
|
}
|