11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"name": "stocca-tre-server",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"start": "deno run --allow-net --import-map=import_map.json main.ts"
|
|
},
|
|
"description": "Backend for StoccaTre",
|
|
"author": "Daniel Ledda",
|
|
"license": "MIT"
|
|
}
|