mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
13 lines
244 B
JSON
13 lines
244 B
JSON
|
{
|
||
|
"author": "Michael Kirk<michael.code@endoftheworl.de",
|
||
|
"name": "widgetry-apps",
|
||
|
"version": "0.1.0",
|
||
|
"scripts": {
|
||
|
"fmt": "prettier --write src"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"prettier": "^2.2.1",
|
||
|
"typescript": "^4.2.3"
|
||
|
}
|
||
|
}
|