web3/package.json
2024-07-24 19:37:25 +07:00

36 lines
716 B
JSON

{
"name": "zano_web3",
"version": "2.3.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jejolare/zano_web3.git"
},
"keywords": [
"zano",
"web3",
"crypto",
"blockchain",
"wallet"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/uuid": "^10.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
"react": "^18.3.1",
"uuid": "^10.0.0"
},
"bugs": {
"url": "https://github.com/jejolare/zano_web3/issues"
},
"homepage": "https://github.com/jejolare/zano_web3#readme"
}