13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"name": "@personal-brand/api",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"dev": "tsc -p tsconfig.json --watch",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"clean": "rimraf dist"
|
|
}
|
|
}
|