mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"name": "@tea/libtea",
|
|
"version": "0.0.1",
|
|
"description": "library of tea utilities",
|
|
"author": "tea.xyz",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"devDependencies": {
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"postinstall": "tsc --build",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
}
|
|
}
|