forked from dataswap/dataswapjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 965 Bytes
/
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
39
40
{
"name": "@dataswapjs/dataswapjs",
"version": "0.1.1",
"description": "dataswap sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist;npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dataswap/dataswapjs.git"
},
"keywords": [
"dataswap",
"sdk",
"ts",
"js"
],
"author": "waynewyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/dataswap/dataswapjs/issues"
},
"homepage": "https://github.com/dataswap/dataswapjs#readme",
"dependencies": {
"@types/lodash": "^4.14.199",
"@types/node": "20.6.2",
"@unipackage/datastore": "^0.1.0",
"@unipackage/ddd": "^0.1.4",
"@unipackage/filecoin": "^0.1.8",
"@unipackage/net": "^0.1.7",
"@unipackage/utils": "^0.1.4",
"fp-ts": "^2.16.1"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}