collatzConjecture: initial adding

clusterFilter: fixing package.json
This commit is contained in:
Sheldan
2025-08-08 23:45:28 +02:00
parent 8ef5e61588
commit 7337a4c917
12 changed files with 1237 additions and 604 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "collatzConjecture",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"canvas-common": "file:../canvas-common"
},
"devDependencies": {
"vite": "^5.1.5"
}
}