-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.86 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
{
"name": "kodemiapi",
"version": "1.0.0",
"description": "kodemia api ",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"standard": "echo '- Running standard -' && standard --fix --verbose | snazzy && echo '- Standard OK -'",
"hook:precommit": "npm run standard",
"tools:bulk:classes": "node tools/classes/upload-class-bulk.js",
"tools:bulk:koders": "node tools/koders/bulk-load.js",
"tools:classes:last": "node tools/classes/upload-last.js"
},
"husky": {
"hooks": {
"pre-commit": "npm run hook:precommit"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/devCharles/kodemiAPI.git"
},
"keywords": [
"kodemia",
"api",
"node",
"koders",
"devcharles"
],
"author": "@devcharles",
"license": "MIT",
"bugs": {
"url": "https://github.com/devCharles/kodemiAPI/issues"
},
"homepage": "https://github.com/devCharles/kodemiAPI#readme",
"dependencies": {
"@sentry/node": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"bcrypt": "^5.0.0",
"colors": "^1.4.0",
"commander": "^9.0.0",
"conversor-numero-a-letras-es-ar": "^1.0.3",
"csv-parse": "^4.6.5",
"dayjs": "^1.9.1",
"docusign-esign": "^5.15.0",
"dotenv": "^7.0.0",
"form-data": "^4.0.0",
"fs-extra": "^8.1.0",
"handlebars": "^4.7.7",
"http-assert": "^1.4.1",
"http-errors": "^1.7.2",
"husky": "^3.0.9",
"jsonwebtoken": "^8.5.1",
"kcors": "^2.2.2",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-helmet": "^4.1.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"moment-timezone": "^0.5.27",
"mongoose": "^6.0.11",
"node-fetch": "^2.6.7",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "^2.0.4",
"snazzy": "^9.0.0",
"standard": "^16.0.4"
},
"engines": {
"node": "12.18.2"
}
}