Files
glitch_bloodsugar/package.json
T

13 lines
444 B
JSON
Raw Normal View History

2026-03-24 11:30:14 +01:00
{
"name": "@glitch-university/glitch-components-workspace",
"private": true,
"type": "module",
"scripts": {
"glitch:list": "node scripts/glitch-components.mjs list",
"glitch:validate": "node scripts/glitch-components.mjs validate",
"glitch:build": "node scripts/glitch-components.mjs build",
"glitch:release": "node scripts/glitch-components.mjs release",
"glitch:new": "node scripts/new-glitch-component.mjs"
}
}