technotive-math/package.json
2025-04-06 16:26:32 +02:00

22 lines
412 B
JSON

{
"name": "technotive-math",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "gitea@code.technotive.nl:Technotive/technotive-math.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"astro": "^5.5.6"
}
}