Uecko_ERP/templates/new-module/package.json

10 lines
178 B
JSON
Raw Normal View History

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