first commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@lendry-erp/common",
|
||||
"version": "1.0.0",
|
||||
"description": "Core shared components for Lendry-ERP microservice ecosystem",
|
||||
"main": "dist/index.js",
|
||||
"type": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@teacinema/core": "^1.0.3",
|
||||
"@types/node": "^25.5.0",
|
||||
"prettier": "^3.8.1",
|
||||
"typescript": "^6.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user