-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 4.6 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 4.6 KB
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
{
"name": "web3.js",
"private": true,
"description": "QRL API wrappers and utilities",
"author": "The QRL Contributors",
"license": "LGPL-3.0",
"keywords": [
"qrl",
"web3",
"web3js",
"web3.js",
"blockchain"
],
"homepage": "https://github.com/theqrl/web3.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/theqrl/web3.js.git"
},
"bugs": {
"url": "https://github.com/theqrl/web3.js/issues"
},
"engines": {
"node": ">=14",
"npm": ">=6.12.0"
},
"workspaces": {
"packages": [
"packages/*",
"tools/*"
]
},
"scripts": {
"version": "yarn run bootstrap && yarn build",
"bootstrap": "lerna bootstrap",
"prebuild": "yarn clean && ts-node scripts/init.ts",
"build": "lerna run build --stream",
"build:types": "lerna run build:types --stream",
"build:cjs": "lerna run build:cjs --stream",
"build:esm": "lerna run build:esm --stream",
"build:web": "lerna run build:web --stream",
"build:web:analyze": "lerna run build:web:analyze --stream",
"build:docs": "cd docs && yarn install && yarn build",
"changelog": "ts-node -P scripts/changelog/tsconfig.json scripts/changelog/src/index.ts",
"clean": "lerna run clean --stream --parallel",
"pos:start": "./scripts/local_testnet/start_local_testnet.sh",
"pos:stop": "./scripts/local_testnet/stop_local_testnet.sh",
"pos:clef:setup": "./scripts/local_testnet/setup_clef.sh",
"lint": "lerna run lint --stream --parallel",
"lint:fix": "lerna run lint:fix --stream --parallel",
"format": "lerna run format --stream --parallel && prettier --write ./scripts/**/*.ts",
"test": "lerna run test --stream --parallel",
"test:coverage:unit": "lerna run test:coverage:unit --stream --parallel",
"test:coverage:integration": "lerna run test:coverage:integration --stream --parallel",
"test:unit": "lerna run test:unit --stream --parallel && jest --config=./scripts/jest.config.js",
"test:integration": "lerna run test:integration --stream",
"test:e2e:gqrl:http": "./scripts/test-runner.sh gqrl http",
"test:e2e:gqrl:ws": "./scripts/test-runner.sh gqrl ws",
"test:e2e:gqrl:ipc": "./scripts/test-runner.sh gqrl ipc",
"test:e2e:coverage": "./scripts/test-runner.sh coverage",
"test:e2e:mainnet:http": "./scripts/test-runner.sh mainnet http",
"test:e2e:mainnet:ws": "./scripts/test-runner.sh mainnet ws",
"test:e2e:testnet:http": "./scripts/test-runner.sh testnet http",
"test:e2e:testnet:ws": "./scripts/test-runner.sh testnet ws",
"pre-blackbox": "yarn config set registry http://localhost:4873 && git init && git config --global user.email \"ci@github.com\" && git config --global user.name \"CI\"",
"post-blackbox": "./scripts/verdaccio.sh stop",
"post-blackbox:gqrl": "yarn gqrl:stop && yarn post-blackbox",
"test:blackbox:gqrl:http": "yarn pre-blackbox && yarn gqrl:start:background && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:gqrl:http --stream && yarn post-blackbox:gqrl",
"test:blackbox:gqrl:ws": "yarn pre-blackbox && yarn gqrl:start:background && ./scripts/verdaccio.sh startBackgroundAndPublish && lerna run test:blackbox:gqrl:ws --stream && yarn post-blackbox:gqrl",
"husky:install": "husky install",
"husky:uninstall": "husky uninstall",
"postinstall": "yarn build",
"compile:contracts": "node ./scripts/compile_contracts.js && yarn format && yarn lint:fix",
"publish:canary": "lerna publish --canary --dist-tag dev --preid dev.$(git rev-parse --short HEAD) --exact --graph-type all --force-publish \"*\" --no-verify-access --yes"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.12.0",
"@droppedcode/typedoc-plugin-relative-includes": "^1.0.2",
"@theqrl/hypc": "^0.0.2",
"@theqrl/qrl-contracts": "^0.1.0",
"@types/node": "^22.0.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"bufferutil": "^4.0.6",
"clean-webpack-plugin": "^4.0.0",
"cypress-jest-adapter": "^0.1.1",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint": "^8.20.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-require-extensions": "^0.1.3",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lerna": "6.6.2",
"npm-auth-to-token": "^1.0.0",
"prettier": "^2.7.1",
"process": "^0.11.10",
"ts-jest": "^29.1.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.9",
"typedoc-monorepo-link-types": "^0.0.4",
"typedoc-plugin-extras": "^2.2.5",
"typedoc-plugin-mdn-links": "^2.0.0",
"typescript": "^5.2.0",
"utf-8-validate": "^5.0.9",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@1.22.15",
"dependencies": {
"webpack-bundle-analyzer": "^4.7.0"
}
}