2022-07-21 17:03:18 +00:00
|
|
|
{
|
2023-02-01 12:50:11 +00:00
|
|
|
"name": "@lumeweb/kernel-swarm",
|
2022-07-21 17:03:18 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Hammer Technologies LLC",
|
|
|
|
"email": "contact@lumeweb.com"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
2022-08-03 16:01:11 +00:00
|
|
|
"format": "prettier -w src",
|
2022-07-21 17:03:18 +00:00
|
|
|
"build-script": "tsc --project tsconfig.build.json && mv dist-build/build.js dist-build/build.mjs",
|
|
|
|
"compile": "npm run build-script && node build.js",
|
2023-02-01 12:50:45 +00:00
|
|
|
"build": "npm run compile && node ./dist-build/build.mjs dev"
|
2022-07-21 17:03:18 +00:00
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
2023-02-01 12:50:45 +00:00
|
|
|
"@lumeweb/hyperswarm-web": "git+https://git.lumeweb.com/LumeWeb/hyperswarm-web.git",
|
2023-02-17 13:10:22 +00:00
|
|
|
"@noble/ed25519": "^1.7.3",
|
2023-04-04 10:08:30 +00:00
|
|
|
"@peculiar/webcrypto": "^1.4.3",
|
2023-03-19 19:16:51 +00:00
|
|
|
"b4a": "^1.6.3",
|
|
|
|
"eventemitter2": "^6.4.9",
|
2023-03-29 20:56:08 +00:00
|
|
|
"hyperswarm": "^4.4.0",
|
2023-02-01 12:50:45 +00:00
|
|
|
"libkmodule": "^0.2.53",
|
2022-07-27 22:46:42 +00:00
|
|
|
"libskynet": "^0.0.62",
|
2023-02-06 17:33:27 +00:00
|
|
|
"noise-handshake": "^3.0.2",
|
2023-02-01 12:50:45 +00:00
|
|
|
"randombytes": "github:LumeWeb/randombytes-browser"
|
2022-07-21 17:03:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-01 12:50:45 +00:00
|
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
2022-07-21 17:03:18 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
2023-02-01 12:50:45 +00:00
|
|
|
"@rollup/plugin-typescript": "^8.5.0",
|
2022-07-21 18:59:25 +00:00
|
|
|
"@screamingvoid/sodium-universal": "^0.1.1",
|
2023-03-29 20:56:08 +00:00
|
|
|
"@scure/bip39": "^1.2.0",
|
2023-02-01 12:50:45 +00:00
|
|
|
"@skynetlabs/skynet-nodejs": "^2.9.0",
|
|
|
|
"@types/b4a": "^1.6.0",
|
|
|
|
"@types/jest": "^28.1.8",
|
2022-07-21 17:03:18 +00:00
|
|
|
"@types/read": "^0.0.29",
|
|
|
|
"buffer": "^6.0.3",
|
2023-03-18 18:41:30 +00:00
|
|
|
"cli-progress": "^3.12.0",
|
2022-07-27 22:46:42 +00:00
|
|
|
"crypto-browserify": "^3.12.0",
|
2023-02-01 12:50:45 +00:00
|
|
|
"esbuild": "^0.14.54",
|
2022-07-21 17:03:18 +00:00
|
|
|
"inspectpack": "^4.7.1",
|
2023-02-01 12:50:45 +00:00
|
|
|
"jest": "^28.1.3",
|
|
|
|
"jest-puppeteer": "^6.2.0",
|
|
|
|
"libskynetnode": "^0.1.4",
|
2023-03-29 20:56:08 +00:00
|
|
|
"prettier": "^2.8.7",
|
2022-07-27 22:46:15 +00:00
|
|
|
"process": "^0.11.10",
|
2023-02-01 12:50:45 +00:00
|
|
|
"puppeteer": "^15.5.0",
|
|
|
|
"random-number-csprng": "^1.0.2",
|
2022-07-21 17:03:18 +00:00
|
|
|
"read": "^1.0.7",
|
2023-02-01 12:50:45 +00:00
|
|
|
"rollup": "^2.79.1",
|
2022-07-21 17:03:18 +00:00
|
|
|
"rollup-plugin-polyfill-node": "^0.9.0",
|
2022-07-27 22:46:42 +00:00
|
|
|
"stream-browserify": "^3.0.0",
|
2023-02-01 12:50:45 +00:00
|
|
|
"ts-loader": "^9.4.2",
|
|
|
|
"typescript": "^4.9.5",
|
2023-03-29 20:56:08 +00:00
|
|
|
"webpack": "^5.77.0",
|
2022-07-21 17:03:18 +00:00
|
|
|
"webpack-cli": "^4.10.0"
|
2022-07-21 18:59:25 +00:00
|
|
|
},
|
|
|
|
"browser": {
|
2022-07-27 22:46:42 +00:00
|
|
|
"sodium-universal": "@screamingvoid/sodium-universal",
|
|
|
|
"crypto": "crypto-browserify",
|
|
|
|
"stream": "stream-browserify"
|
2022-07-21 17:03:18 +00:00
|
|
|
}
|
|
|
|
}
|