Files
soma-solver/package.json
Daniel Ledda 1c60c4f0d4 First commit
2021-05-20 07:56:10 +02:00

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"
}
}