12 lines
197 B
JSON
Executable File
12 lines
197 B
JSON
Executable File
{
|
|
"name": "engine",
|
|
"devDependencies": {
|
|
"@types/node": "16.0.1",
|
|
"typescript": "4.3.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -w"
|
|
}
|
|
}
|