-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@goapptiv/data-validator",
"version": "1.0.5",
"description": "Validate data like Mobile, PAN & GST and many more",
"main": "dist/index.js",
"keywords": [
"nestjs"
],
"repository": {
"type": "git",
"url": "https://github.com/GoApptiv/data-validator-js-package"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"author": "Sagar Vaghela <sagar.vaghela@goapptiv.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@nestjs/cli": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@types/node": "^18.11.6 || ^16.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7 || ^7.2.0",
"typescript": "^4.8.4"
},
"peerDependencies": {}
}