10 lines
180 B
JSON
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"
|
|
}
|
|
}
|