music-metadata-ipfs
Version:
metadata for music nfts with easy IPFS hosting.
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "music-metadata-ipfs",
"version": "1.0.22",
"description": "metadata for music nfts with easy IPFS hosting.",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files",
"publish": "yarn build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SweetmanTech/MUSIC-METADATA-IPFS.git"
},
"keywords": [
"music",
"metadata",
"npf",
"ipfs",
"nft.storage",
"musicft",
"react",
"components",
"ui"
],
"author": "Sweets the Engineer <sweetmantech@gmail.com> (https://github.com/SweetmanTech)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SweetmanTech/MUSIC-METADATA-IPFS/issues"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"homepage": "https://github.com/SweetmanTech/MUSIC-METADATA-IPFS#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/preset-react": "^7.18.6",
"core-js": "^3.24.1",
"nft.storage": "^7.0.0"
}
}