-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.37 KB
/
package.json
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
{
"name": "shivarthu-client",
"version": "1.0.0",
"description": "Wasm binding for javascript shivarthu",
"main": "index.js",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"build": "yarn generate:defs && yarn generate:meta",
"generate:defs": "ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --package sample-polkadotjs-typegen/interfaces --input ./js_api/interfaces --endpoint ./edgeware.json",
"generate:meta": "ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package sample-polkadotjs-typegen/interfaces --endpoint ./edgeware.json --output ./js_api/interfaces",
"lint": "tsc --noEmit --pretty",
"test": "echo \"Error: no test specified\" && exit 1",
"esbuild": "node esbuild.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@4everland/upload-pin": "^1.1.1",
"@aws-sdk/client-s3": "^3.478.0",
"@aws-sdk/client-sts": "^3.478.0",
"@aws-sdk/lib-storage": "^3.478.0",
"@helia/unixfs": "^1.4.3",
"@huggingface/hub": "^0.8.3",
"@huggingface/inference": "^2.5.2",
"@polkadot/api": "^10.7.1",
"@polkadot/extension-dapp": "^0.46.3",
"@polkadot/keyring": "^12.2.1",
"@polkadot/typegen": "^10.7.1",
"esbuild": "^0.17.19",
"esbuild-plugin-polyfill-node": "^0.3.0",
"helia": "^2.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}