Files

12 lines
240 B
JSON

{
"name": "@personal-brand/validation",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint .",
"typecheck": "tsc -p tsconfig.json --noEmit",
"clean": "rimraf dist"
}
}