18 lines
392 B
JSON
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"
|
|
}
|
|
}
|