First commit

This commit is contained in:
Daniel Ledda
2021-05-20 07:56:10 +02:00
commit 1c60c4f0d4
20 changed files with 2445 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "soma",
"version": "1.0.0",
"description": "Custom Somaesque cube solver webapp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "deno run ./src/main.ts"
},
"author": "Daniel Ledda",
"license": "ISC",
"dependencies": {
"js-profiler": "^2.4.2",
"typescript": "^4.2.4"
}
}