-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
121 lines (121 loc) · 4.52 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "@rosen-bridge/watcher",
"version": "4.0.2",
"description": "Rosen bridge Watcher service",
"main": "index.js",
"type": "module",
"scripts": {
"coverage": "c8 npm run test",
"lint": "eslint --fix . && npm run prettify",
"madge": "npx madge --circular --extensions ts ./",
"prettify": "prettier --write . --ignore-path ./.gitignore",
"start": "ts-node --experimental-specifier-resolution=node ./src/index.ts",
"test": "NODE_ENV=\"test\" mocha --exit --slow 3000",
"type-check": "tsc --noEmit",
"typeorm:generate:sqlite": "npm run typeorm migration:generate ./src/database/migrations/sqlite/watcherMigration -- -p -d ./config/dataSource.ts",
"typeorm:generate:postgres": "npm run typeorm migration:generate ./src/database/migrations/postgres/watcherMigration -- -p -d ./config/dataSource.ts",
"typeorm:migrate": "npm run typeorm migration:run -- -d config/dataSource.ts",
"typeorm": "NODE_OPTIONS=--experimental-specifier-resolution=node typeorm-ts-node-esm",
"build": "rollup --config ./rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": "npm run build && pkg ./out/index.cjs --targets host --out-path bin",
"version": "npx changeset version && npm i",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rosen-bridge/watcher.git"
},
"keywords": [],
"author": "Rosen Team",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-virtual": "^3.0.1",
"@rosen-bridge/changeset-formatter": "^0.1.0",
"@rosen-bridge/rollup-plugin-node-wasm": "^0.1.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-spies": "^1.0.3",
"@types/config": "^0.0.41",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.13",
"@types/json-bigint": "^1.0.1",
"@types/lodash-es": "^4.17.6",
"@types/mocha": "^9.1.0",
"@types/node": "^18.17.1",
"@types/rollup-plugin-natives": "^0.7.1",
"@types/sinon": "^10.0.11",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.26.0",
"axios-mock-adapter": "^1.20.0",
"c8": "7.11.3",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"madge": "^5.0.1",
"mocha": "^9.2.2",
"nodemon": "^2.0.15",
"pkg": "^5.8.1",
"prettier": "^2.7.1",
"rollup": "^3.21.6",
"rollup-plugin-natives": "^0.7.6",
"rollup-plugin-node-externals": "^6.0.1",
"sinon": "^14.0.0",
"ts-mockito": "^2.6.1",
"ts-node": "^10.7.0",
"typescript": "^4.7.2"
},
"dependencies": {
"@emurgo/cip14-js": "^3.0.1",
"@rosen-bridge/abstract-logger": "^2.0.1",
"@rosen-bridge/address-extractor": "^5.0.8",
"@rosen-bridge/asset-check": "^2.0.0",
"@rosen-bridge/bitcoin-esplora-scanner": "^1.0.0",
"@rosen-bridge/bitcoin-observation-extractor": "^4.0.10",
"@rosen-bridge/bitcoin-rpc-scanner": "^1.0.0",
"@rosen-bridge/discord-notification": "^0.1.3",
"@rosen-bridge/evm-observation-extractor": "3.1.2",
"@rosen-bridge/evm-rpc-scanner": "^2.0.0",
"@rosen-bridge/extended-typeorm": "^0.0.3",
"@rosen-bridge/health-check": "6.0.4",
"@rosen-bridge/log-level-check": "^1.0.4",
"@rosen-bridge/minimum-fee": "^2.2.2",
"@rosen-bridge/node-sync-check": "^1.0.4",
"@rosen-bridge/observation-extractor": "^5.0.10",
"@rosen-bridge/permit-check": "^1.0.4",
"@rosen-bridge/scanner": "^5.0.0",
"@rosen-bridge/scanner-sync-check": "^2.0.0",
"@rosen-bridge/tokens": "^1.2.1",
"@rosen-bridge/watcher-data-extractor": "^9.0.0",
"@rosen-bridge/wid-check": "^1.0.4",
"@rosen-bridge/winston-logger": "1.0.2",
"@rosen-clients/cardano-koios": "^2.0.3",
"axios": "^0.26.1",
"bip39": "^3.1.0",
"blakejs": "^1.2.1",
"chai-spies": "^1.0.0",
"config": "^3.3.7",
"cors": "^2.8.5",
"ergo-lib-wasm-nodejs": "^0.24.0",
"express": "^4.17.3",
"express-validator": "^6.14.2",
"json-bigint": "^1.0.0",
"lodash-es": "^4.17.21",
"patch-package": "^6.5.1",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"sleep-promise": "^9.1.0",
"sqlite3": "^5.0.2",
"supertest": "^6.3.0",
"tsconfig-paths": "^4.0.0",
"typeorm": "^0.3.20"
}
}