15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"name": "tetrissimo",
|
|
"version": "0.0.0",
|
|
"license": "WTFPL",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch --preserveWatchOutput",
|
|
"start": "serve -l 19000 ."
|
|
},
|
|
"devDependencies": {
|
|
"serve": "*",
|
|
"typescript": "4.0.3"
|
|
}
|
|
}
|