{ "name": "codehawk-cli-example", "version": "1.0.0", "description": "", "scripts": { "build": "next build", "codehawk": "codehawk src", "dev": "next dev", "start": "next start", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "devDependencies": { "codehawk-cli": "^10.0.1", "next": "^12.1.0", "react": "16.13.1", "react-dom": "16.13.1" }, "dependencies": {} }