@tomei/product
Version:
NestJS package for product module
73 lines (72 loc) • 2.03 kB
JSON
{
"name": "@tomei/product",
"version": "0.32.52",
"description": "NestJS package for product module",
"main": "dist/index.js",
"scripts": {
"start:dev": "tsc -w",
"build": "tsc -p tsconfig.build.json",
"prepare": "husky install",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "npx eslint . --fix",
"test": "jest --forceExit --detectOpenHandles"
},
"keywords": [
"nestjs",
"tomei",
"product"
],
"author": "Faiz Shahudin <faiz@tomei.com.my>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/tomei-csms/product.git"
},
"peerDependencies": {
"@nestjs/common": "^10.4.9",
"@paralleldrive/cuid2": "^2.2.2",
"@tomei/activity-history": "^0.2.23",
"@tomei/config": "^0.3.21",
"@tomei/general": "^0.21.3",
"@tomei/sso": "^0.51.6",
"@tomei/stock": "^0.18.3",
"cuid": "^3.0.0",
"sequelize": "^6.37.5",
"sequelize-typescript": "^2.1.6"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.0",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"dotenv": "^16.4.5",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"publishConfig": {
"access": "public"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://gitlab.com/tomei-csms/product/issues"
},
"homepage": "https://gitlab.com/tomei-csms/product#readme"
}