{ "name": "@duogeeks/hello-world", "version": "1.0.0", "description": "", "exports": { ".": "./hello.tsx" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/object-path": "^0.11.4", "@types/react": "^18.2.20", "react": "^18.2.0" }, "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "object-path": "^0.11.8" } }