11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"name": "@personal-brand/miniapp",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"clean": "rimraf dist"
|
|
}
|
|
}
|