{
  "name": "@vim-crouwel/cfpc",
  "version": "1.0.1",
  "description": "TypeScript library for calculating CO2 emissions from food, energy, and transportation",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": ["carbon", "footprint", "co2", "emissions", "calculator", "environment"],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=16"
  }
}