@alba-cars/common-modules
Version:
A package containing DTOs, validation classes and common modules and interfaces for Alba Cars
63 lines (62 loc) • 1.51 kB
JSON
{
"name": "@alba-cars/common-modules",
"publishConfig": {
"access": "public"
},
"version": "2.16.1",
"description": "A package containing DTOs, validation classes and common modules and interfaces for Alba Cars",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "webpack && tsc --emitDeclarationOnly",
"prepare": "npm run build",
"dev": "webpack --watch",
"test": "jest"
},
"keywords": [
"DTO",
"validation",
"alba-cars",
"typescript"
],
"author": "Alba Cars",
"license": "UNLICENSED",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/alba-cars/AlbaCarsCommonModules.git"
},
"dependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"qs": "^6.13.1",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.12",
"@types/validator": "^13.12.1",
"jest": "^27.4.7",
"ts-loader": "^9.5.2",
"typescript": "^4.5.5",
"webpack": "^5.99.7",
"webpack-cli": "^6.0.1"
},
"peerDependencies": {
"reflect-metadata": "^0.2.2"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/alba-cars/AlbaCarsCommonModules/issues"
},
"homepage": "https://github.com/alba-cars/AlbaCarsCommonModules#readme"
}