UNPKG

@iota-big3/layer-1-student-life

Version:

Layer 1 Student Life conventions for School OS - Housing, activities, wellness, and social patterns

40 lines (39 loc) 834 B
{ "name": "@iota-big3/layer-1-student-life", "version": "1.0.0", "description": "Layer 1 Student Life conventions for School OS - Housing, activities, wellness, and social patterns", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "school-os", "layer-1", "student-life", "housing", "activities", "wellness", "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" } }