-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 928 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
{
"name": "@deadlock-delegate/notifier",
"version": "2.0.23",
"description": "Allows you to subscribe and be notified about core events ",
"author": "deadock",
"license": "MIT",
"keywords": [
"blockchain",
"ark",
"solar",
"broadcaster"
],
"main": "dist/service-provider.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deadlock-delegate/notifier.git"
},
"bugs": {
"url": "https://github.com/deadlock-delegate/notifier/issues"
},
"homepage": "https://github.com/deadlock-delegate/notifier",
"files": [
"dist"
],
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"build": "yarn clean && yarn compile",
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.2.0 || ^4.0.0-next.9",
"@arkecosystem/crypto": "^3.2.0 || ^4.0.0-next.9",
"@types/node": "^16.9.1",
"axios": "^0.21.4"
}
}