Uecko_ERP/templates/new-module/package.json

10 lines
180 B
JSON
Raw Normal View History

2025-09-27 19:28:50 +00:00
{
2025-09-27 21:38:40 +00:00
"name": "@erp/{{kebabCase module}}",
2025-09-27 19:28:50 +00:00
"version": "0.1.0",
"main": "src/index.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts"
}
}