This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / types / package.json
350 B 18 lines
1{ 2 "name": "@semble/types", 3 "version": "1.0.0", 4 "description": "Shared TypeScript types for Semble API", 5 "main": "dist/index.js", 6 "types": "dist/index.d.ts", 7 "files": [ 8 "dist/**/*" 9 ], 10 "scripts": { 11 "build": "tsc", 12 "dev": "tsc --watch", 13 "clean": "rm -rf dist" 14 }, 15 "devDependencies": { 16 "typescript": "^5.8.3" 17 } 18}