-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
39
40
41
42
43
44
45
46
{
"name": "@ubcdigital/blocksnippets",
"preferGlobal": true,
"version": "0.8.0",
"author": "Using Blockchain Ltd <info@ubc.digital>",
"description": "BlockSnippets is a source code snippets Library for UBC Digital Magazine",
"license": "LGPL-3.0",
"engines": {
"node": ">=12"
},
"scripts": {
"build": "rimraf build/ && tsc"
},
"dependencies": {
"@types/node": "^14.14.22",
"chalk": "^2.3.0",
"clime": "^0.5.9",
"rimraf": "^3.0.0",
"rxjs": "^6.5.3",
"utf8": "^2.1.2",
"fast-sha256": "^1.3.0",
"symbol-sdk": "^0.23.1",
"symbol-hd-wallets": "^0.14.0",
"symbol-uri-scheme": "^0.6.0",
"symbol-qr-library": "^0.14.0"
},
"devDependencies": {
"@types/lodash": "^4.14.144",
"@types/mocha": "^2.2.44",
"readline-sync": "^1.4.10",
"path": "^0.12.7",
"typescript": "~3.8.3"
},
"main": "build/BlockSnippets.js",
"bin": {
"BlockSnippets": "./app"
},
"bugs": "https://github.com/UsingBlockchain/BlockSnippets/issues",
"repository": {
"type": "git",
"url": "https://github.com/UsingBlockchain/BlockSnippets.git"
},
"funding": {
"url": "https://github.com/sponsors/UsingBlockchain"
}
}