notion-types
Advanced tools
Comparing version 7.0.1 to 7.1.0
{ | ||
"name": "notion-types", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"type": "module", | ||
@@ -21,2 +21,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"watch": "tsup --watch --silent --onSuccess 'echo build successful'", | ||
@@ -28,2 +29,2 @@ "clean": "del build", | ||
} | ||
} | ||
} |
24575
5