-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
{
"name": "rmrk-evm-minting-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "biome format . --write",
"lint": "biome check .",
"lint:fix": "pnpm lint --apply",
"script": "NODE_OPTIONS='--experimental-loader ts-node/esm/transpile-only --no-warnings=ExperimentalWarning' hardhat run",
"bob:snapshot": "tsx scripts/bob-fusion/main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@filebase/client": "^0.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomicfoundation/hardhat-viem": "^2.0.5",
"@openzeppelin/contracts": "^5.0.2",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.6",
"@types/mime-types": "^2.1.4",
"@types/mocha": ">=9.1.0",
"@types/node": ">=16.0.0",
"abitype": "^1.0.6",
"chai": "^4.2.0",
"dotenv": "^16.4.5",
"hardhat": "^2.22.11",
"hardhat-gas-reporter": "^2.2.1",
"simple-git-hooks": "^2.11.1",
"solidity-coverage": "^0.8.13",
"tiny-invariant": "^1.3.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"viem": "^2.21.10"
},
"dependencies": {
"@0no-co/graphqlsp": "^1.12.14",
"@rmrk-team/evm-contracts": "^2.5.6",
"@rmrk-team/ipfs-utils": "^0.2.2",
"@rmrk-team/rmrk-evm-utils": "^0.2.2",
"@rmrk-team/types": "^0.1.3",
"gql.tada": "^1.8.8",
"graphql-request": "^7.1.0",
"mime-types": "^2.1.35",
"tsx": "^4.19.1"
}
}