@le7el/core_nfts
Version:
LE7EL identity, avatar and investor NFTs
40 lines (39 loc) • 928 B
JSON
{
"name": "@le7el/core_nfts",
"author": "LE7EL DAO",
"license": "MPL-2.0",
"description": "LE7EL identity, avatar and investor NFTs",
"version": "0.7.0",
"homepage": "https://gitlab.com/le7el/build/core-nfts",
"main": "js/lib.js",
"keywords": [
"solidity",
"avatars",
"identity",
"NFT",
"ERC721"
],
"scripts": {
"watch": "npx webpack serve --open",
"build": "npx webpack build",
"test": "forge test"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/le7el/build/core-nfts"
},
"bugs": {
"url": "https://gitlab.com/le7el/build/core-nfts/issues"
},
"dependencies": {
"@le7el/experience_tokens": "^0.1.5",
"@le7el/generative_art": "^0.1.6",
"@le7el/web3_crs": "^0.5.3"
},
"devDependencies": {
"@le7el/rewards_engine": "^0.5.7",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}