{
  "name": "test-project",
  "version": "1.2.0",
  "description": "Test book description",
  "main": "index.js",
  "type": "module",
  "scripts": {},
  "bin": {
    "bookpub": "./bin/bookpub-local.js"
  },
  "author": "Test Author",
  "license": "TEST-LICENSE",
  "dependencies": {
    "bookpub": "^0.3.0",
    "chalk": "^5.2.0"
  }
}