{
  "name": "@iota-big3/layer-1-finance",
  "version": "1.0.0",
  "description": "Layer 1 Finance conventions for School OS - Budget patterns, billing automation, and financial workflows",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepare": "npm run clean && npm run build",
    "test": "echo \"No tests yet\""
  },
  "keywords": [
    "school-os",
    "layer-1",
    "finance",
    "budget",
    "billing",
    "philosophy-driven"
  ],
  "author": "School OS Team",
  "license": "MIT",
  "dependencies": {
    "@iota-big3/layer-0": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
