-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 804 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 804 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
{
"name": "example-sdk-typescript",
"version": "1.0.0",
"description": "Simple typescript sdk example of transfer transaction",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learn-ark/Example-sdk-typescript.git"
},
"author": "Žan Kovač <zan@ark.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/learn-ark/Example-sdk-typescript/issues"
},
"homepage": "https://github.com/learn-ark/Example-sdk-typescript#readme",
"dependencies": {
"@arkecosystem/client": "^1.0.5",
"@arkecosystem/crypto": "2.7.7",
"@types/bytebuffer": "^5.0.40",
"install": "^0.13.0"
},
"devDependencies": {
"@types/node": "13.13.28",
"typescript": "4.0.3"
}
}