2024-07-24 19:37:25 +07:00
|
|
|
{
|
|
|
|
|
"name": "zano_web3",
|
2024-07-25 00:37:57 +07:00
|
|
|
"version": "3.10.0",
|
2024-07-24 19:37:25 +07:00
|
|
|
"description": "",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
2024-07-24 22:17:17 +07:00
|
|
|
"type": "module",
|
2024-07-24 19:37:25 +07:00
|
|
|
"scripts": {
|
2024-07-25 00:37:51 +07:00
|
|
|
"build": "tsc",
|
|
|
|
|
"postinstall": "npm run build"
|
2024-07-24 19:37:25 +07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-07-24 19:48:33 +07:00
|
|
|
"url": "git+https://github.com/hyle-team/zano_web3.git"
|
2024-07-24 19:37:25 +07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"zano",
|
|
|
|
|
"web3",
|
|
|
|
|
"crypto",
|
|
|
|
|
"blockchain",
|
|
|
|
|
"wallet"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"devDependencies": {
|
2024-07-24 20:16:27 +07:00
|
|
|
"@types/node": "^20.14.12",
|
2024-07-24 19:37:25 +07:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
|
"@types/uuid": "^10.0.0",
|
|
|
|
|
"typescript": "^5.5.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-07-24 20:16:27 +07:00
|
|
|
"axios": "^1.7.2",
|
2024-07-24 19:37:25 +07:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"uuid": "^10.0.0"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
2024-07-24 19:48:33 +07:00
|
|
|
"url": "https://github.com/hyle-team/zano_web3/issues"
|
2024-07-24 19:37:25 +07:00
|
|
|
},
|
2024-07-24 19:48:33 +07:00
|
|
|
"homepage": "https://github.com/hyle-team/zano_web3#readme"
|
2024-07-24 19:37:25 +07:00
|
|
|
}
|