-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
105 lines (105 loc) · 3.06 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
100
101
102
103
104
105
{
"name": "akso-api",
"version": "0.1.0",
"description": "AKSO's REST API",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/gulp compile-src",
"preinstall": "npm install --ignore-scripts && npm rebuild --ignore-scripts && npm run build",
"start": "node dist/index.js",
"populate-db": "node dist/test-data/index.js $MODE",
"populate-geo-db": "node dist/test-data/geo-db.js $GEODB_PATH"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AksoEo/API.git"
},
"keywords": [
"akso"
],
"author": "Tutmonda Esperantista Junulara Organizo (TEJO)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AksoEo/API/issues"
},
"homepage": "https://github.com/AksoEo/API#readme",
"dependencies": {
"@cpsdqs/google-i18n-address": "^1.0.2",
"@sendgrid/mail": "^7.6.0",
"@tejo/akso-client": "^1.0.0",
"@tejo/akso-script": "^0.2.9",
"@tejo/akso-voting": "^0.2.0",
"ajv": "^8.9.0",
"ajv-formats": "^2.1.1",
"ajv-merge-patch": "^5.0.1",
"bcrypt": "^5.0.1",
"better-sqlite3": "^7.5.1",
"body-parser": "^1.19.0",
"busboy": "^1.6.0",
"bytes": "^3.1.1",
"cashify": "^2.5.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"core-js": "^3.22.4",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"csv-parse": "^4.16.3",
"deep-equal": "^2.0.5",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"express-rate-limit": "^6.4.0",
"express-slow-down": "^1.4.0",
"fs-extra": "^10.1.0",
"geoip-lite": "^1.4.2",
"google-libphonenumber": "^3.2.25",
"handlebars": "^4.7.7",
"helmet": "^3.23.3",
"ipaddr.js": "^1.9.1",
"knex": "^2.4.2",
"latlon-formatter": "^0.3.0",
"markdown-it": "^12.3.2",
"markdown-it-multimd-table": "^4.1.3",
"method-override": "^3.0.0",
"moment-timezone": "^0.5.34",
"msgpack-lite": "^0.1.26",
"mysql2": "^3.2.4",
"node-fetch": "^2.6.7",
"p-queue": "^6.6.2",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-totp": "0.0.2",
"pdfkit": "^0.9.1",
"pdfmake": "^0.2.4",
"pn": "^1.1.0",
"regenerator-runtime": "^0.13.9",
"response-time": "^2.3.2",
"rfc4648": "^1.5.0",
"sharp": "^0.31.1",
"source-map-support": "^0.5.21",
"stream-meter": "^1.0.4",
"stripe": "^8.191.0",
"telegraf": "~4.10.0",
"tmp-promise": "^3.0.3",
"useragent": "^2.3.0",
"winston": "^3.3.3",
"xregexp": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-export-namespace-from": "^7.16.0",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-plugin-module-resolver": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-header": "^2.0.9",
"gulp-plumber": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1"
}
}