-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.96 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
{
"name": "colab-x-galadriel-contracts",
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"description": "ColabX : AI 1st decentralized Hub for all creators",
"author": "Hiro <[email protected]>",
"scripts": {
"setup": "remixd -i slither",
"pkey": "node scripts/derive-pkey.js ",
"dev": "remixd",
"style": "prettier -w .",
"start": "hardhat node",
"prebuild_": "hardhat clean",
"b": "bun run build",
"build": "hardhat compile",
"postbuild": "hardhat typechain",
"build1": "export TS_NODE_TRANSPILE_ONLY=1 && echo 'run when hardhat fails due to insufficient types' && hardhat compile",
"clean": "hardhat clean && rm -rf deployments",
"hardhat:local": "hardhat node",
"test": "CONFIG=./.env hardhat test",
"deploy": "hardhat ignition deploy ignition/modules/quickstart.ts",
"deploy1": "hardhat deploy --network ",
"scripts:deployAll": "hardhat run scripts/deployAll.ts",
"ignite": "hardhat ignition ",
"deployments": "hardhat ignite deployments",
"status": "hardhat ignition status chain-696969"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@nomicfoundation/hardhat-viem": "^2.0.4",
"@openzeppelin/contracts": "^4.9.5",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@remix-project/remixd": "^0.6.24",
"@typechain/ethers-v6": "^0.4.3",
"@typechain/hardhat": "^8.0.3",
"@types/bluebird": "^3.5.42",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.14",
"@xyrusworx/hardhat-solidity-json": "^1.0.2",
"bluebird": "^3.7.2",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"concurrently": "^8.2.2",
"dotenv": "^16.4.1",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^6.11.0",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy-ethers": "^0.4.2",
"hardhat-gas-reporter": "^1.0.10",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"solc": "0.8.15",
"solidity-coverage": "^0.8.6",
"solidity-docgen": "^0.6.0-beta.36",
"typechain": "^8.3.2",
"typescript": "^5.3.3",
"viem": "^2.21.2"
},
"dependencies": {},
"engines": {
"node": ">=18.0.0",
"npm": ">=6.0.0",
"pnpm": ">=8.6.6"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/colab-x/contracts-galadriel"
},
"bugs": {
"url": "https://github.com/colab-x/contracts-galadriel/issues"
},
"trustedDependencies": [
"fsevents",
"keccak",
"secp256k1"
]
}