@iota-big3/layer-1-operations
Version:
Layer 1 Operations conventions for School OS - Meal planning, inventory, maintenance, and resource optimization patterns
40 lines (39 loc) • 859 B
JSON
{
"name": "@iota-big3/layer-1-operations",
"version": "1.0.0",
"description": "Layer 1 Operations conventions for School OS - Meal planning, inventory, maintenance, and resource optimization patterns",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"school-os",
"layer-1",
"operations",
"meal-planning",
"inventory",
"maintenance",
"philosophy-driven"
],
"author": "School OS Team",
"license": "MIT",
"dependencies": {
"@iota-big3/layer-0": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0"
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
}
}