{ "name": "example", "version": "1.0.0", "description": "", "main": "src/index.ts", "scripts": { "start": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "dependencies": { "@cubetiq/vlogs": "^0.0.1" } }