-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "@bitbytebin/onchain",
"version": "0.0.0-beta.5",
"description": "onchain metadata/images solidity lib",
"author": "0xstabby",
"license": "MIT",
"files": [
"/contracts/**/*.sol",
"/artifacts/contracts/**/*.json",
"!/artifacts/contracts/**/*.dbg.json",
"!/contracts/test",
"!/artifacts/contracts/test"
],
"scripts": {
"test": "npx hardhat test",
"coverage": "npx hardhat coverage"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"metadata",
"images",
"base64",
"erc721",
"erc721oc",
"nft"
],
"repository": {
"type": "git",
"url": "https://github.com/BitByteBin/onchain.git"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.1",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@solarity/hardhat-markup": "^1.0.3",
"hardhat-docgen": "^1.3.0",
"hardhat-watcher": "^2.5.0",
"dotenv": "^16.3.1"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"base64-sol": "^1.1.0"
}
}