-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
110 lines (110 loc) · 4.72 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
106
107
108
109
110
{
"name": "nodejs_postgres_seamless_jquery_git",
"version": "1.0.0",
"description": "![search.gif](https://bitbucket.org/repo/7yb57z/images/3218852495-search.gif)",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@fastify/helmet": "^8.1.0",
"@fastify/multipart": "^6.0.0",
"@fastify/static": "^6.4.0",
"@node-minify/clean-css": "^6.2.0",
"@node-minify/core": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"@node-minify/uglify-es": "^6.2.0",
"ajv-keywords": "^3.5.2",
"async": "^3.2.0",
"autocannon": "^7.9.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"busboy": "^1.6.0",
"ejs": "^3.1.8",
"express": "^4.17.1",
"farmhash": "^3.2.2",
"fast-csv": "^4.3.6",
"fastify": "^3.29.1",
"fastify-compress": "^3.4.2",
"fastify-cors": "^5.2.0",
"fastify-jwt": "^2.4.0",
"fastify-multipart": "^5.3.1",
"fastify-plugin": "^3.0.0",
"fastify-secure-session": "^2.3.1",
"fastify-socket.io": "^1.0.2",
"fastify-static": "^4.0.1",
"glob-parent": "^6.0.2",
"ioredis": "^4.24.5",
"js-beautify": "^1.13.5",
"js-yaml": "^4.0.0",
"json2csv": "^5.0.6",
"JSONStream": "^1.3.5",
"jsonwebtoken": "^8.5.1",
"mv": "^2.1.1",
"os": "^0.1.1",
"path": "^0.12.7",
"pg": "^8.5.1",
"pg-copy-streams": "^5.1.1",
"pg-query-stream": "^4.0.0",
"pino-inspector": "^0.1.0",
"point-of-view": "^4.14.0",
"sequelize": "^6.6.2",
"socket.io-redis": "^6.1.0",
"sqlstring": "^2.3.2",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"through2": "^4.0.2",
"util": "^0.12.3"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.2.2",
"supertest": "^6.1.3"
},
"scripts": {
"preinstall": "npm i -g mocha",
"old-mig": "cd ./app/ && sequelize db:create && node ./utils/sequelize-schema-file-generator.js && sequelize db:seed:all",
"autostart": "cd ./app/utils && nodemon app.js",
"build": "cd ./app/utils && node runBackground.js",
"minify": "cd ./app/utils/release/ && node minifier.js",
"yaml-json": "yaml2json ./app/swagger/swagger.yaml --pretty --save",
"swagger-make": "cd ./app/utils && node scaffolding-swagger.js",
"ModuleEval": "mocha ./app/utils/test/Employees-test.spec.js --timeout 10000 --exit",
"LoginEval": "mocha ./app/utils/test/login.spec.js --timeout 10000 --exit",
"ModEval": "mocha ./app/utils/test/modname-test.spec.js --timeout 10000 --exit",
"MuserEval": "mocha ./app/utils/test/muser-test.spec.js --timeout 10000 --exit",
"roleEval": "mocha ./app/utils/test/role-test.spec.js --timeout 10000 --exit",
"mroleEval": "mocha ./app/utils/test/mrole-test.spec.js --timeout 10000 --exit",
"userroleEval": "mocha ./app/utils/test/userrole-test.spec.js --timeout 10000 --exit",
"app": "cd ./app/utils && node --no-warnings app.js",
"app-dev": "cd ./app/utils && node --no-warnings app.js",
"pm2-monitor": "cd ./app/utils && pm2 start app.js ",
"pm2-monitor-cluster": "cd ./app/utils && pm2 start cluster.js",
"pm2-monitor-PM2cluster": "cd ./app/utils && pm2 start -i max app.js ",
"app-prod": "cd ./app/utils && node --no-warnings app_release.js",
"enable-swagger": "cd ./app/utils && node --no-warnings Enable-Swagger.js ",
"node-eval": "cd ./app/utils && node node-eval.js",
"perfapp": "cd ./app/utils && node --prof app.js",
"cluster": "node ./app/utils/cluster.js",
"docker-run": "docker-compose up --build",
"createDBSequelize": "cd ./app/ && sequelize db:create",
"customAutocannon": "node ./app/config/autocannon.js",
"perfgraph": " cd ./app/utils && 0x -- node --no-turbo-inlining app.js",
"pgDump": "node -e 'require(\"./app/utils/dbDump/databaseUtils.js\").pgbaseDump()'",
"createDB": "node -e 'require(\"./app/utils/dbDump/databaseUtils.js\").pgcreateDb()'",
"createDB_updated": "npx run-func ./app/utils/dbDump/databaseUtils.js pgcreateDb",
"applychangesDB": "node -e 'require(\"./app/utils/dbDump/databaseUtils.js\").applychangesDB()'",
"pgRestore": "node -e 'require(\"./app/utils/dbDump/databaseUtils.js\").pgRestore()'",
"getkeys": "node -e 'require(\"./app/routes/utils/redisMemcache.js\").redisDel()'",
"genderEval": "mocha ./app/utils/test/gender-test.spec.js --timeout 10000 --exit",
"mrolesetEval": "mocha ./app/utils/test/mroleset-test.spec.js --timeout 10000 --exit",
"landinpageEval": "mocha ./app/utils/test/landinpage-test.spec.js --timeout 10000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/matt_baker/nodejs_postgres_jquery.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/matt_baker/nodejs_postgres_jquery#readme"
}