Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextgraph-rs/package.json

19 lines
478 B

{
"name": "nextgraph-monorepo",
"private": true,
"version": "0.1.2",
"scripts": {},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"svelte"
]
}
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}