Uecko_ERP/templates/new-module/package.json
2025-09-27 23:38:40 +02:00

10 lines
180 B
JSON

{
"name": "@erp/{{kebabCase module}}",
"version": "0.1.0",
"main": "src/index.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts"
}
}