package.json
1 { 2 "name": "analytics", 3 "version": "1.0.0", 4 "description": "", 5 "main": "analytics.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "The Aleo Team", 10 "license": "Apache 2.0", 11 "dependencies": { 12 "axios": "^1.5.1", 13 "yargs": "^17.7.2" 14 } 15 }