Zorn/test/package.json

15 lines
242 B
JSON
Raw Normal View History

2024-08-16 16:20:41 -04:00
{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
2025-01-02 00:18:04 -05:00
"start": "astro dev"
2024-08-16 16:20:41 -04:00
},
"devDependencies": {
2024-12-13 14:16:16 -05:00
"sass-embedded": "^1.83.0"
2025-01-02 00:18:04 -05:00
},
"dependencies": {
"@minpluto/zorn": "../",
2025-02-05 15:26:24 -05:00
"astro": "^5.2.3"
2024-08-16 16:20:41 -04:00
}
}