16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|