mirror of
https://github.com/Noratrieb/tsfun.git
synced 2026-01-14 16:45:03 +01:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"name": "tsfun",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"fmt": "prettier -w ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|