gui/modules/libtea/package.json
ABevier 1d282ac7e4
show version correctly (#544)
* show version correctly

* fix lint/prettier

* button style
2023-05-03 12:53:38 +08:00

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