-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 936 Bytes
/
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
{
"name": "onchain-music-metadata",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"hardhat": "^2.10.1"
},
"description": "NFT music metadata. Stored on-chain as Base64 encoded string. Works with OpenSea, Zora, Catalog, and all other music NFT Protocols.",
"version": "1.0.15",
"main": "contracts/OnChainMusicMetadata.sol",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.2"
},
"scripts": {
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SweetmanTech/Onchain-Music-Metadata.git"
},
"keywords": [
"music",
"nft",
"onchain",
"metadata"
],
"author": "sweetman.eth",
"license": "MIT",
"bugs": {
"url": "https://github.com/SweetmanTech/Onchain-Music-Metadata/issues"
},
"homepage": "https://github.com/SweetmanTech/Onchain-Music-Metadata#readme"
}