-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.29 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
47
48
{
"name": "aurras-event-feed-substrate-js",
"version": "0.1.3",
"description": "A JS implementation of Event Feed package for Aurras System to source events from Substrate Based chains",
"main": "src/index.ts",
"repository": "github:HugoByte/aurras-event-feed-substrate-js",
"author": "Muhammed Irfan K",
"license": "Apache-2.0",
"scripts": {
"start": "node bin",
"serve": "nps",
"test": "nps test",
"build": "nps build"
},
"devDependencies": {
"@types/config": "^0.0.37",
"@types/figlet": "^1.2.1",
"@types/jest": "^29.5.0",
"@types/micro": "^7.3.3",
"@types/node": "^18.15.11",
"@types/swagger-schema-official": "^2.0.21",
"figlet": "^1.5.0",
"jest": "^29.5.0",
"nodemon": "^2.0.6",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"ts-jest": "^29.1.0",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tscpaths": "^0.0.9",
"tslib": "^2.0.3",
"tslint": "^6.1.3",
"typescript": "^5.0.4"
},
"dependencies": {
"@hugobyte/microbootstrap": "^0.1.2",
"@polkadot/api": "^10.9.1",
"ajv": "^7.1.1",
"config": "^3.3.3",
"dotenv": "^10.0.0",
"lodash": "^4.17.20",
"micro": "9.3.4",
"openwhisk": "^3.21.3",
"reflect-metadata": "^0.1.13",
"typedi": "^0.8.0",
"winston": "^3.3.3"
}
}