Files
glitch_bloodsugar/package.json
T

13 lines
444 B
JSON

{
"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"
}
}