22 lines
412 B
JSON
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"
|
||
|
|
}
|
||
|
|
}
|