obsidian-desci_Obsidian-Desci/package.json
2024-10-28 07:25:46 -07:00

54 lines
1.6 KiB
JSON

{
"name": "obsidian-desci",
"version": "1.0.0",
"description": "Run Edge Compute jobs through blockchain smart contracts with lilypad",
"main": "main.tsx",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.8.1",
"@types/pngjs": "^6.0.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"builtin-modules": "4.0.0",
"debug": "^4.3.7",
"esbuild": "0.24.0",
"hardhat": "^2.22.15",
"obsidian": "latest",
"tslib": "2.8.0",
"typescript": "5.6.3"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/dag-cbor": "^4.0.0",
"@helia/dag-json": "^4.0.0",
"@helia/unixfs": "^4.0.0",
"@ipld/dag-json": "^10.2.2",
"@libp2p/delegated-content-routing": "^4.0.11",
"@libp2p/delegated-peer-routing": "^4.0.14",
"@web3modal/wagmi": "^5.1.11",
"3dmol": "^2.4.0",
"blockstore-core": "^5.0.2",
"datastore-core": "^10.0.2",
"esbuild-plugin-polyfill-node": "^0.3.0",
"events": "^3.3.0",
"helia": "^5.1.0",
"kubo-rpc-client": "^5.0.1",
"libp2p": "^2.1.10",
"multiformats": "^13.3.0",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.35",
"wagmi": "^2.12.25"
}
}