Files
stocca-tre/server/package.json
2022-06-30 08:33:13 +02:00

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