@velocitycareerlabs/metadata-registry-contract 1.25.0-dev-build.12642c864

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@velocitycareerlabs/metadata-registry-contract",
3
+ "version": "1.25.0-dev-build.12642c864",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test-bg": "ganache --miner.defaultGasPrice=0 --miner.blockGasLimit=0x1ffffffffffffe --miner.defaultTransactionGasLimit=0x1ffffffffffffe --miner.callGasLimit=0x1ffffffffffffe --wallet.mnemonic=foo",
8
+ "test": "npm run test-bg > test-logs.txt & truffle test --migrate-none --bail",
9
+ "build": "truffle compile --all",
10
+ "migrate:dev": "truffle migrate --network dev",
11
+ "migrate:qa": "truffle migrate --network qa",
12
+ "migrate:staging": "truffle migrate --network staging",
13
+ "migrate:prod": "truffle migrate --network prod"
14
+ },
15
+ "author": "",
16
+ "license": "Apache-2.0",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "dependencies": {
21
+ "@openzeppelin/contracts": "4.9.6",
22
+ "@openzeppelin/contracts-upgradeable": "4.9.6",
23
+ "@openzeppelin/truffle-upgrades": "^1.11.0",
24
+ "@truffle/hdwallet-provider": "^1.7.0",
25
+ "@velocitycareerlabs/blockchain-functions": "1.25.0-dev-build.12642c864",
26
+ "@velocitycareerlabs/permissions-contract": "1.25.0-dev-build.12642c864",
27
+ "@velocitycareerlabs/signature-verification-library": "1.25.0-dev-build.12642c864",
28
+ "@velocitycareerlabs/verification-coupon-contract": "1.25.0-dev-build.12642c864",
29
+ "bignumber.js": "^9.0.1",
30
+ "cbor": "^7.0.5",
31
+ "fs": "^0.0.1-security",
32
+ "lodash": "^4.17.21",
33
+ "lzutf8": "^0.6.0",
34
+ "truffle-assertions": "^0.9.2",
35
+ "web3": "^1.3.6"
36
+ },
37
+ "devDependencies": {
38
+ "ethers": "6.13.5",
39
+ "ganache": "7.9.2",
40
+ "truffle": "5.11.5"
41
+ },
42
+ "gitHead": "ca5028aa212670198151cabf1147bacf59f10851"
43
+ }
package/test/.gitkeep ADDED
File without changes