38 lines
804 B
JSON
38 lines
804 B
JSON
{
|
|
"name": "zano_web3",
|
|
"version": "3.10.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postinstall": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hyle-team/zano_web3.git"
|
|
},
|
|
"keywords": [
|
|
"zano",
|
|
"web3",
|
|
"crypto",
|
|
"blockchain",
|
|
"wallet"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^20.14.12",
|
|
"@types/react": "^18.3.3",
|
|
"@types/uuid": "^10.0.0",
|
|
"axios": "^1.7.2",
|
|
"react": "^18.3.1",
|
|
"typescript": "^5.5.4",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hyle-team/zano_web3/issues"
|
|
},
|
|
"homepage": "https://github.com/hyle-team/zano_web3#readme"
|
|
}
|