Uecko_ERP/libs/rdx-criteria/packages/criteria/package.json

18 lines
392 B
JSON
Raw Normal View History

2025-02-15 21:30:12 +00:00
{
"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"
}
}