-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 986 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@kredeum/massa-storage",
"version": "0.0.2",
"description": "Massa off-chain Storage on IPFS",
"keywords": [
"massa",
"ipfs",
"storage",
"offchain",
"kredeum",
"sveltekit",
"svelte",
"wasm"
],
"homepage": "https://github.com/kredeum/massa-storage",
"license": "MIT",
"author": "kredeum <contact@kredeum.com> (http://labs.kredeum.com/)",
"main": "index.js",
"scripts": {
"all": "pnpm run clean && pnpm install && turbo start",
"clean": "pnpm -r clean && rm -rf node_modules .turbo",
"deploy": "pnpm run --filter wasm deploy"
},
"packageManager": "pnpm@10.8.1",
"engines": {
"node": "^22",
"pnpm": "^10"
},
"devDependencies": {
"turbo": "^2.5.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"bufferutil",
"esbuild",
"glob-promise",
"node-datachannel",
"utf-8-validate"
],
"ignoredBuiltDependencies": [
"@ipshipyard/node-datachannel"
]
}
}