Zorn/test/package.json

15 lines
242 B
JSON
Raw Normal View History

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