Uecko_ERP/libs/rdx-criteria/packages/criteria/package.json
2025-04-22 17:09:57 +02:00

18 lines
392 B
JSON

{
"name": "@rodax-software/criteria",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Rodax Software",
"license": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node --import tsx --test test/*.test.ts",
"build": "tsc --build --verbose tsconfig.json"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1"
}
}