-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.7 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
{
"name": "chainhook-playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predicates": "./node_modules/jest/bin/jest.js --runInBand --testPathPattern=./tests/stacks-predicates/*",
"bitcoin": "chainhook predicates scan tests/bitcoin-predicates/transaction/transaction-post.json --config-path=./Chainhook.toml"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.16.5",
"@babel/plugin-proposal-class-properties": "7.16.5",
"@babel/plugin-transform-regenerator": "7.16.5",
"@babel/plugin-transform-runtime": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/preset-react": "7.16.5",
"@babel/preset-typescript": "7.16.5",
"@babel/runtime": "7.16.5",
"@playwright/test": "^1.25.1",
"@types/chroma-js": "2.1.3",
"@types/chrome": "0.0.171",
"@types/jest": "27.0.3",
"@types/jest-dev-server": "5.0.0",
"@types/jsdom": "16.2.14",
"@types/just-debounce-it": "1.5.0",
"@types/node": "^17.0.45",
"@types/webpack": "5.28.0",
"@types/webpack-dev-server": "4.5.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"jest": "^27.0.7",
"jest-chrome": "0.7.2",
"jest-circus": "27.3.1",
"jest-dev-server": "6.0.0",
"jest-junit": "13.0.0",
"playwright": "^1.25.1",
"playwright-chromium": "1.17.1",
"playwright-core": "1.17.1",
"prettier": "^2.7.1",
"puppeteer": "^17.0.0",
"puppeteer-core": "^17.0.0",
"ts-jest": "27.0.7",
"ts-node": "10.4",
"typescript": "4.5.4",
"webpack-cli": "4.9.1",
"webpack-dev-server": "^4.10.1",
"webpack-hot-middleware": "2.25.1"
},
"dependencies": {
"@types/express": "^4.17.17",
"express": "^4.18.2"
}
}