-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.3 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@wrappid/service-core",
"version": "0.0.134",
"description": "wrappid service-core",
"main": "index.js",
"scripts": {
"attributions:gen": "node ./scripts/attributions.gen.js",
"prepare": "husky install ",
"docs:generate": "npx typedoc package/index.ts",
"code:lint": "eslint --ignore-path .gitignore package",
"code:format": "npm run code:lint -- --fix",
"test": "exit 0",
"build:dev": "node -e \"require('fs').cpSync('./package', './dist', {recursive: true});\"",
"build": "npx tsc && npm run copy:content",
"copy:content": "node -e \"require('fs').cpSync('./package/content', './dist/content', {recursive: true});\"",
"release": "standard-version --bumpFiles ./package.json ./package/package.json ./package-lock.json ./package/package-lock.json",
"publish": "npm publish *.tgz --access public --registry=https://npm.pkg.github.com --scope=@wrappid"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wrappid/service-core.git"
},
"keywords": [],
"author": {
"name": "Wrappid",
"email": "wrappid.framework@gmail.com",
"url": "https://www.github.com/wrappid/service-core"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wrappid/service-core/issues"
},
"homepage": "https://github.com/wrappid/service-core#readme",
"devDependencies": {
"@aws-sdk/client-s3": "3.525.0",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/prompt-cli": "17.5.0",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jsonwebtoken": "9.0.5",
"@types/morgan": "1.9.9",
"@types/multer": "1.4.11",
"@types/multer-s3": "3.0.3",
"@types/node-cron": "3.0.11",
"@types/node-fetch": "2.6.11",
"@types/nodemailer": "6.4.14",
"@types/otp-generator": "4.0.2",
"@types/supertest": "6.0.2",
"@types/swagger-ui-express": "4.1.6",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"aws-sdk": "2.1433.0",
"axios": "1.6.8",
"cors": "2.8.5",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-etc": "2.0.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-require-extensions": "0.1.3",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unused-imports": "2.0.0",
"express": "4.18.2",
"express-winston": "4.2.0",
"husky": "8.0.3",
"jsonwebtoken": "9.0.0",
"license-checker": "25.0.1",
"morgan": "1.10.0",
"multer": "1.4.5-lts.1",
"multer-s3": "2.10.0",
"node-cron": "3.0.2",
"node-device-detector": "2.0.14",
"node-fetch-commonjs": "3.3.2",
"nodemailer": "6.9.9",
"nodemon": "3.0.1",
"otp-generator": "4.0.1",
"pg": "8.11.0",
"razorpay": "2.9.2",
"redis": "4.6.7",
"redis-json": "6.0.3",
"save": "2.9.0",
"sequelize": "6.32.1",
"standard-version": "9.5.0",
"supertest": "7.0.0",
"swagger-ui-express": "5.0.0",
"typescript": "4.9.4",
"uuid": "9.0.1",
"winston": "3.12.0",
"yup": "1.3.3"
}
}