23 lines
550 B
JSON
23 lines
550 B
JSON
|
|
{
|
||
|
|
"name": "@landvex/domain",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "LandveX domain model - Control Intelligence Platform",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc",
|
||
|
|
"test": "jest",
|
||
|
|
"lint": "eslint src/**/*.ts"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^5.0.0",
|
||
|
|
"jest": "^29.0.0",
|
||
|
|
"@types/jest": "^29.0.0",
|
||
|
|
"ts-jest": "^29.0.0",
|
||
|
|
"eslint": "^8.0.0",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||
|
|
"@typescript-eslint/parser": "^6.0.0"
|
||
|
|
},
|
||
|
|
"dependencies": {}
|
||
|
|
}
|