tetrissimo/package.json
2021-06-07 10:42:00 -07:00

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